diff options
author | pommicket <pommicket@gmail.com> | 2023-05-21 22:52:19 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-05-21 22:52:19 -0400 |
commit | e52c5c62824e378bc9a25fff1f41b0254eb85a8a (patch) | |
tree | c2187ceb4e67d40715bf75747a10bb2b6b9d8e4d /main.c | |
parent | 37eb65550f164857ed27d2e07c48c8b80c4d15fc (diff) |
highlight TODOs in comments
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,6 +1,7 @@ /* +TODO: +- select sole completion if all completions' textEdits are identical (e.g. SyntaxCharT___ in ted) FUTURE FEATURES: -- highlight TODO, FIXME, XXX, others(?) in comments - autodetect indentation (tabs vs spaces) - font setting & support for multiple fonts to cover more characters - support for variable-width fonts @@ -23,12 +24,6 @@ FUTURE FEATURES: - with macros we can really test performance of buffer_insert_text_at_pos, etc. (which should ideally be fast) - manual.md - LSP request timeout -BUG REPORTS IM TO LAZY TO FILE (RIGHT NOW) -- rust-analyzer: - - bad json can give "Unexpected error: client exited without proper shutdown sequence" - - containerName not always given in workspace/symbols -- texlab: - - textDocument/definition gives LocationLink regardless of client capabilities */ #include "ted.h" |