serve-d icon indicating copy to clipboard operation
serve-d copied to clipboard

Breadcrump and symbol navigation only enabled after one auto-complete request

Open dd86k opened this issue 4 years ago • 1 comments

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

  1. Open a fresh instance (tested on folder instances) (reloading the window works too).
  2. Notice that symbol/breadcrumb navigation is disabled (including the @ action) regardless of the cursor position (inside or outside of function). See (1).
  3. Perform one auto-complete request (e.g., start typing a function name), it does not have to be completed.
  4. Notice how symbols come to life in the breadcrumb navigation bar after a few seconds (~6-8 seconds). See (2).

(1): image (2): image

dd86k avatar Nov 21 '21 17:11 dd86k

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.

dd86k avatar Nov 21 '21 17:11 dd86k