diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 22:31:37 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 22:31:37 -0500 |
commit | 37275ad25635624161c3b51bc81cbd431a200e0c (patch) | |
tree | 14177e8326c4b384ddfc3a60f72e07f0becfe378 /main.c | |
parent | 94ce74b998ad019e2307e4b69f006127dba775e2 (diff) |
textDocument/references request
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,10 +1,11 @@ /* @TODO: +- find usages (textDocument/references) - clip highlight to buffer rect - different highlight colors +- --help, --version +- framerate-cap setting - highlight-enabled, and highlight-auto -- more LSP stuff: - - find usages (textDocument/references) - handle multiple symbols with same name in go-to-definition menu - :go-to-cursor-definition - test full unicode position handling |