dumbpilot/TODO.md

14 lines
788 B
Markdown
Raw Normal View History

[x] - in extensions.json add suffix for languages that require it such as css where comments are: /_ stuff _/
2023-11-19 23:37:24 +01:00
[] - test cancel token
2023-12-16 19:48:27 +01:00
[x] - add fill in middle
2023-11-20 23:17:29 +01:00
[x] - add config option to disable the extension
2023-11-19 23:37:24 +01:00
[] - add command to test and query connection to server
2023-11-30 00:00:11 +01:00
[x] - add feedback when waiting response
[] - add a chat window
[] - if the model is an instruct-type add the system prompt to the chat
2023-12-16 19:48:27 +01:00
[x] - add an icon
2023-11-30 00:00:11 +01:00
[] - option to backup and restore model settings
[] - add a window to quickly modify model configs
[] - decorate ai generated text https://github.com/microsoft/vscode-extension-samples/tree/main/decorator-sample
[] - when trying to use completion when there is an active selection either substitute the selection or use the selection as context instead of the whole file