GreenXenith / minetest-tools

Minetest extension for Visual Studio Code
MIT License
28 stars 6 forks source link

Docs for intelisense not working #43

Closed tarithj closed 1 year ago

tarithj commented 1 year ago

Hovering over functions dosen't show the doc entry for it image

GreenXenith commented 1 year ago

It looks like you might just have your doc menu disabled. ctrl+space should toggle it? Also, docs will only show when you select an item using the cursor, not when hovering.

tarithj commented 1 year ago

image image

the docs shows up for python files but no in the lua files. Im using vscodium if that helps

GreenXenith commented 1 year ago

This isn't a bug, the extension only provides autocomplete, not full intellisense. Once it is integrated with a language server it will have the behavior you are looking for.

tarithj commented 1 year ago

got it sorry for the confusion