-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base / Make compatible with sumneko.lua #3
Comments
+1 |
I would also really appreciate compatibility with sumneko since apart from the other great features it adds, the syntax highlighting of glua-enhanced doesn't really seem appealing to me with my color theme compared to the one sumneko adds. For example this screenshot shows glua-enhanced syntax highlighting: https://i.imgur.com/gxpaIXC.png and this one shows sumneko highlighting: https://i.imgur.com/dayNiT8.png You can see that custom functions aren't highlighted at all (e.g. |
@luca1197 Added |
@WilliamVenner Thanks for adding that nice highlighting. As part of the changes you added, are references/definitions supposed to work? Or am I misunderstanding? If I right click on a function which I defined then choose jump to definition it finds nothing. |
This is not a full language server, I cannot analyze code in extreme detail. Some stuff is actually impossible to fully infer, such as the types of variables. It's not going to work all of the time. I did not change anything to do with references/definitions. |
sumneko.lua Is currently the best lua language server for VSCode and has been forked to be used as roblox/other lua based game scripting.
Based on that information, i think it is possible to use it as base for the next vesion of the extension, or, at least make it compatible.
Current incompatibility issues with any lua server:
Standalone issues:
The text was updated successfully, but these errors were encountered: