Cleanup
This commit is contained in:
@@ -292,6 +292,7 @@ Activated by `:` or `;`.
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- autocompletion
|
- autocompletion
|
||||||
- hover docs (with markdown support)
|
- hover docs (with markdown support)
|
||||||
|
- formatting *(very few lsp's support this - try to configure a few more which can but need configuration and for others need to add support for external formatters)*
|
||||||
- A list of all supported lsp's can be found [here](#lsps).
|
- A list of all supported lsp's can be found [here](#lsps).
|
||||||
|
|
||||||
**A lot lot more to come**
|
**A lot lot more to come**
|
||||||
|
|||||||
1
TODO.md
1
TODO.md
@@ -21,6 +21,7 @@ Copyright 2025 Syed Daanish
|
|||||||
- [ ] For `"insertTextFormat": 2` in `clangd` and similar use only the last word in the signature when replacing
|
- [ ] For `"insertTextFormat": 2` in `clangd` and similar use only the last word in the signature when replacing
|
||||||
- [ ] Keep a list of words in the current buffer. (for auto completion) (maybe?)
|
- [ ] Keep a list of words in the current buffer. (for auto completion) (maybe?)
|
||||||
- [ ] Add ecma to js and make tsx
|
- [ ] Add ecma to js and make tsx
|
||||||
|
- [ ] Add formatting for files whose lsp doesnt.
|
||||||
- [ ] Switch to like `RapidJSON` ro something more basic but faster than rn
|
- [ ] Switch to like `RapidJSON` ro something more basic but faster than rn
|
||||||
- also decrease use of `std::string` so much in ui stuff and lsp and warnings etc.
|
- also decrease use of `std::string` so much in ui stuff and lsp and warnings etc.
|
||||||
- [ ] Add lsp jumping support for goto definition, hover etc.
|
- [ ] Add lsp jumping support for goto definition, hover etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user