Home > OS >  I cant see references between Calls and methods in LUA language
I cant see references between Calls and methods in LUA language

Time:12-02

Hello guys if i use c# in visual studio i can see references nicely like this: enter image description here

Is here some way how can i achieve this in VS or VS Code in LUA language? I tried download LUA packages to both VS and VS code but still cant see anything.

CodePudding user response:

You need a Lua language server, for example

CodePudding user response:

 You could try adding this Visual Studio plugin.

  • Related