[lua] [VScode] wc3 jassdoc access

Level 10
Joined
Oct 29, 2024
Messages
71
I created a VSCode extension that allows you to navigate to the jassdoc definition of a function from lua code.
jassdoc - GitHub - lep/jassdoc: Document the WarCraft 3 API is a project that adds documentation for the wc3 natives.

To install just go to the Extension tab in VSCode, and search for wc3-lua-natives by Tomotz.
To use - put your cursor on any native/function/types/constants and press F11.
Can also be used with ctrl+shift+p, WC3: Go to Jassdoc Function.

Thanks to all the jassdoc contributors!
 
Back
Top