You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This provides automatic support for intellisense on VSCode (I'm pretty sure some other IDEs/editors that support Lua Language Server) and can be used to to provide additional context for reading files.
I've added everyone to this one because I think it'll be a good idea if we all go through core scripts and take like a few files and annotate them properly. I know it's a bit boring, but this works with intellisense, and this would drastically reduce the barrier of entry for new developers. Along with improving debug-ability of the code as we have clearly documented types.
When creation annotations, please name your branch doc/annotations-FILENAME and request a pull into doc/annotations. When we've finished, we'll merge the whole bitch into master.
Tracking for completion and assignments per-file. Check them off and please leave a comment if you self-assign one.
Lua Language Server Notation should very much be utilised in CoreScripts.
https://github.com/LuaLS/lua-language-server/wiki/Annotations
This provides automatic support for intellisense on VSCode (I'm pretty sure some other IDEs/editors that support Lua Language Server) and can be used to to provide additional context for reading files.
Example:
The text was updated successfully, but these errors were encountered: