Jacob Dufault
|
ea045499b6
|
When looking up symbols map buffer line to index line.
This makes editing experience a bit smoother, as you can goto definition before saving.
|
2017-04-19 00:52:48 -07:00 |
|
Jacob Dufault
|
2e8e3d29c5
|
Indexer spelling lookup cannot fail
|
2017-04-18 16:49:55 -07:00 |
|
Jacob Dufault
|
26c0bfe71d
|
Misc fixes
|
2017-04-17 13:40:50 -07:00 |
|
Jacob Dufault
|
04a855ebc7
|
Much better algorithm to sync code lens index locations to the right buffer location
|
2017-04-16 01:09:12 -07:00 |
|
Jacob Dufault
|
031c0c2011
|
Include variable type and function signature in qualified name (better outline and workspace symbol search). Also add WIP rename provider.
|
2017-04-14 01:21:03 -07:00 |
|
Jacob Dufault
|
76b6a3d4fd
|
Store indexed dependencies so we can reload all files when restoring from cache. Also slightly improve goto definition source range
|
2017-04-10 22:26:27 -07:00 |
|
Jacob Dufault
|
43ad87ab8d
|
Some delta tracking improvements. Still not perfect but probably good enough. Also hide refs that have been deleted in source code.
|
2017-04-09 15:16:06 -07:00 |
|
Jacob Dufault
|
6e90f8db45
|
Enable partial document change sync, use delta info to keep references/code lens in sync when editing
|
2017-04-09 12:38:52 -07:00 |
|
Jacob Dufault
|
404b853d6f
|
code completion works (but is still blocking)
|
2017-03-26 14:40:34 -07:00 |
|