|
1 |
| -# features |
| 1 | +# questions |
2 | 2 |
|
3 |
| -- bring command |
| 3 | +- merge talon-vscode-command-client and cursorless-talon? |
4 | 4 |
|
5 |
| -* "paste to row one" command require the text editor edit() function to be implemented |
6 |
| -* prePhrase support in command server? https://www.cursorless.org/docs/contributing/architecture/hat-snapshots/ |
7 |
| -* only one command to build, run neovim, and attach to it? (see my build program, run program, debug program) |
8 |
| -* separate PR for text editor setSelections(). Fix getter vs property |
9 |
| -* have the command server allow executing any lua function? probably not because we already have neovim rpc. |
10 |
| -* avoid importing cursorless from command server |
| 5 | +# features |
11 | 6 |
|
12 |
| -# bugs |
| 7 | +- "paste to row one" from the clipboard |
| 8 | +- prePhrase support in command server? https://www.cursorless.org/docs/contributing/architecture/hat-snapshots/ |
| 9 | +- only one command to build, run neovim, and attach to it? (see my build program, run program, debug program) |
| 10 | + - find a way to load neovim from script so we know when it is loaded so we can then attach to it for debugging? |
| 11 | +- avoid importing cursorless from command server? |
| 12 | +- test if we can reload the extensions after a modification without reloading neovim |
13 | 13 |
|
14 |
| -- we lose the initial selection if we were in visual mode before issuing a `copy` command. it does go back to the right line though. |
15 |
| -- `take file` doesn't work, and just moves the cursor at the beginning of the file |
| 14 | +# to do later |
16 | 15 |
|
17 |
| -# discussion |
| 16 | +- separate PR for text editor setSelections() |
| 17 | +- separate PR for the text editor edit() |
| 18 | +- have the command server allow executing any lua function? probably not because we already have neovim rpc. |
18 | 19 |
|
19 | 20 | # fidgeting
|
20 | 21 |
|
21 | 22 | - integrate tests for cursorless-neovim? see testCaseRecorder.vscode.test.ts
|
22 | 23 | - fix neovim terminology
|
23 | 24 | - extension => plugin
|
24 | 25 | - editor => window (any place remaining?)
|
| 26 | + have readme with the corresponding terms between vscode and neovim |
| 27 | +- git repo to mention issues, for instance the can't reenter normal mode from terminal mode? |
0 commit comments