DanielGavin / ols

Language server for Odin
MIT License
440 stars 68 forks source link

"Show docs for item under cursor" weird problem #423

Open adimemir-prog opened 3 months ago

adimemir-prog commented 3 months ago

When using ols with helix text editor, "Show docs for item under cursor" only works properly on a file when there is another file named "main.odin" within the same directory as the opened file or the opened file is named "main.odin".

By "works properly" i mean that when it does not work properly, this "Show docs for item under cursor" (mapped to K in helix text editor by default) does not display docs for external procedures such as core:math/big.atoi, core:fmt.println &etc.