Support Plan
CppCXY opened this issue · 4 comments
Completed
- Support text synchronization
- Support code completion
- Support code navigation
- Support code refactoring
- Support code formatting since 2023.3
- Support code diagnostics
- Support document hover since 2023.3.2
- Support execute command since 2024.1 EAP6
- Optimize highlighting
In Progress
- Support symbol search
- Plugin system
- References
Maybe
- Debugger
@CppCXY the "In Progress" section mention the "Support symbol search" this means the .luarc.json
file with some libraries defined doesn't work?
For me is not working. Maybe you want me to open an issue
this feature is used to find symbols in the double shift search in intellij. The reading and watching of .luarc entirely depends on luals itself. If it doesn't work correctly for you, you can check the configuration documentation in the wiki of luals.
this feature is used to find symbols in the double shift search in intellij. The reading and watching of .luarc entirely depends on luals itself. If it doesn't work correctly for you, you can check the configuration documentation in the wiki of luals.
I tried to search why is not working. I'm using Rider IDE and I just opened a folder containing Lua files, then I created the luarc json file and added the "workspace.library" setting but it doesn't suggest anything.
Can you guide me or how can I know if the LuaLS is loading the luarc file?