Open jpx40 opened 6 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.
is there a way do get debug infos?
Yes. Whatever ols
logs can be seen in your editors lsp log. Not sure how that works with zed.
maybe i fork the Odin extension, Debug info is not working.
check it later in neovim
When you are talking about debug info, did you mean the debug symbols when compiling ols?
Then just do ./build.bat debug
When you are talking about debug info, did you mean the debug symbols when compiling ols?
Then just do
./build.bat debug
during Runtime
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?