summaryrefslogtreecommitdiff
path: root/TODOS.md
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2018-12-29 11:06:03 -0800
committerGeorge Fraser <george@fivetran.com>2018-12-29 11:06:03 -0800
commitf38688c8b05c9df9115b49866c86e273bbb3e160 (patch)
treeb5ce468a8273128dfb753f64e2f7944884fabf47 /TODOS.md
parent42db035b1099267db8ad4c7f39e3991ff4aad697 (diff)
downloadjava-language-server-f38688c8b05c9df9115b49866c86e273bbb3e160.zip
Benchmark string search approaches
Diffstat (limited to 'TODOS.md')
-rw-r--r--TODOS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODOS.md b/TODOS.md
index d2bc239..643feac 100644
--- a/TODOS.md
+++ b/TODOS.md
@@ -34,6 +34,7 @@
- Use cached codelens during parse errors to prevent things from jumping around, or codelens-on-save
- Suppress references codelens for inherited methods
- '1 reference' should just jump to definition instead of showing peek
+- Don't remove imports when there's an unresolved reference to that name
## Simplicity
- Use module-info.java instead of build files to figure out classpath