serve-d
serve-d copied to clipboard
Breadcrump and symbol navigation only enabled after one auto-complete request
Symbol navigation only enabled after initiating one auto-complete request.
I'm used to the older behavior of having the symbols preloaded, at least for the current file.
I'm unaware if there is a setting to force a behavior or a command to force loading symbols.
Not a blocker for me but a little important once source files get above 5,000 lines of code (like my x86 decoder). 😛
How to reproduce
- Open a fresh instance (tested on folder instances) (reloading the window works too).
- Notice that symbol/breadcrumb navigation is disabled (including the
@action) regardless of the cursor position (inside or outside of function). See (1). - Perform one auto-complete request (e.g., start typing a function name), it does not have to be completed.
- Notice how symbols come to life in the breadcrumb navigation bar after a few seconds (~6-8 seconds). See (2).
(1):
(2): 
To add:
- CTRL+SPACE does not trigger symbol loading.
- Hovering works in the sense that the embedded docs load, but still does not trigger symbol loading.