This commit is contained in:
2026-01-10 19:29:56 +00:00
parent 78bf2d666d
commit e37d291e1d
3 changed files with 3 additions and 1 deletions

View File

@@ -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**

View File

@@ -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.

View File

@@ -70,7 +70,7 @@
<s>strikethrough</s>, <del>deleted text</del>, <code>inline code</code>, <s>strikethrough</s>, <del>deleted text</del>, <code>inline code</code>,
<kbd>keyboard input</kbd>. <kbd>keyboard input</kbd>.
</p> </p>
<a href="https://hello.world"></a> <a href="https://hello.world"></a>
<!-- Lit-html / template interpolation --> <!-- Lit-html / template interpolation -->