WilliamVenner / vscode-glua-enhanced

👨‍💻 Garry's Mod Lua VSCode Extension for enhanced auto completion, wiki integration, snippets, color palette, and much more...
https://marketplace.visualstudio.com/items?itemName=venner.vscode-glua-enhanced
GNU General Public License v3.0
410 stars 10 forks source link

[Request] Add L(ua)Doc support. #48

Closed JoshPiper closed 1 year ago

JoshPiper commented 1 year ago

Allow infering language modules, tables, classes and types from LuaDoc tags.

Currently, the presence of functions can be inferred, but not any documentation around them.

Reference Image

JoshPiper commented 1 year ago

Duplicate of #40.