From e52c5c62824e378bc9a25fff1f41b0254eb85a8a Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 21 May 2023 22:52:19 -0400 Subject: highlight TODOs in comments --- main.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 49d9663..eb883a1 100644 --- a/main.c +++ b/main.c @@ -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" -- cgit v1.2.3