DanielGavin / ols

Language server for Odin
MIT License
473 stars 72 forks source link

No Auto completion of Odin std #541

Open jpx40 opened 6 days ago

jpx40 commented 6 days ago

Hey, i have no auto completion of Odin std. Odin_Root is setted. It's more like it works sometimes and other times it fails. I using Zed. is there a way to get debup info?

DanielGavin commented 4 days ago

Do you get auto completion for prodecures/variables defined in the file you are editing?

If that is the case, then it's probably your ols.json is wrong or ODIN_ROOT is not set correctly.

jpx40 commented 4 days ago

is there a way do get debug infos?

DanielGavin commented 4 days ago

Yes. Whatever ols logs can be seen in your editors lsp log. Not sure how that works with zed.

jpx40 commented 4 days ago

maybe i fork the Odin extension, Debug info is not working.

jpx40 commented 4 days ago

check it later in neovim

DanielGavin commented 4 days ago

When you are talking about debug info, did you mean the debug symbols when compiling ols?

Then just do ./build.bat debug

jpx40 commented 3 days ago

When you are talking about debug info, did you mean the debug symbols when compiling ols?

Then just do ./build.bat debug

during Runtime