Does anyone have a good setup for Luau on PyCharm (or other Jetbrains IDEs) #1222
Replies: 2 comments 8 replies
-
Unfortunately, I don't use PyCharm as my IDE. I use VSCode, which has unbelievably good Luau support thanks to JohnnyMorganz/luau-lsp. I think EmmyLua offers similar support for a JetBrains IDE? I wouldn't know... If you really want the same support coming from a JetBrains IDE, you could maybe create a language client extension that uses Luau LSP, I'm not sure how viable that is. |
Beta Was this translation helpful? Give feedback.
-
Ok I have integrated quickly luau-lsp in LSP4IJ, you can install for the moment https://github.com/redhat-developer/lsp4ij?tab=readme-ov-file#testing-nightly-builds and follow the demo redhat-developer/lsp4ij#1094 to know how to create the language server It is not perfect since the language server is registered with this template https://github.com/redhat-developer/lsp4ij/tree/main/src/main/resources/templates/lsp/luau-lsp If you want to have a better integration, you will need to create an IJ plugin based on LSP4IJ. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have no experience with Luau (or Lua) and was hoping to use PyCharm as my IDE. I have seen that it has a couple of Lua extensions, but none mention support for Lua.
Has anyone got a good setup for Luau that they would be willing to share?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions