mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Voice command ideas
This commit is contained in:
parent
ae1cd06ade
commit
eef740b51a
1 changed files with 21 additions and 1 deletions
|
@ -89,6 +89,26 @@ e.g. you have a test `calculate_sum_test` that only uses the function `add`, whe
|
||||||
* Adjusting settings: switch to light theme, increase font size...
|
* Adjusting settings: switch to light theme, increase font size...
|
||||||
* Use (context specific) voice command state machine to assist Machine Learning voice recognition model.
|
* Use (context specific) voice command state machine to assist Machine Learning voice recognition model.
|
||||||
* Nice special use case: using voice to code while on treadmill desk.
|
* Nice special use case: using voice to code while on treadmill desk.
|
||||||
|
* Use word embeddings to find most similar voice command to recorded input in vector space.
|
||||||
|
|
||||||
|
#### Useful voice commands
|
||||||
|
|
||||||
|
* clear all breakpoints
|
||||||
|
* increase/decrease font size
|
||||||
|
* switch to dark/light/high-contrast mode
|
||||||
|
* open/go to file "Main"(fuzzy matching)
|
||||||
|
* go to function "foo"
|
||||||
|
* go to definition
|
||||||
|
* show all references(uses) of this function/type/...
|
||||||
|
* show history timeline of this function/file
|
||||||
|
* show recent projects
|
||||||
|
* generate unit test for this function
|
||||||
|
* generate unit test for this function based on debug trace (input and output is recorded and used in test)
|
||||||
|
* who wrote this line (git blame integration)
|
||||||
|
* search documentation of library X for Foo
|
||||||
|
* show example of how to use library function Foo
|
||||||
|
* open google/github/duckduckgo search for error...
|
||||||
|
* show editor plugins for library X
|
||||||
|
|
||||||
|
|
||||||
#### Inspiration
|
#### Inspiration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue