Do you know any smart mojo editor better than VSCode?
I am using VSCode mojo extension in order to check syntax errors and getting some help for a solution. I am running mojo scripts on console. So, if I can find a smaller and more practical solution to edit and check my mojo scripts, it will be perfect…
Right now, Mojo’s Language Server is a pretty large mess. What has unfortunately happened is that the people who can fix it are the same people we need pushing features into Mojo 1.0, so it’s unlikely the LSP will be fixed until then. In theory, the LSP can become open source at the same time as the compiler, since the LSP should basically using the compiler as a library, which should help out a decent amount since people will be able to start to profile the LSP and see where it’s going wrong.
Alright okay okay you got the grit Owen is technically right—switching editors won’t fix a bug in the Mojo language server the case is the classic “If the source is broken, don’t paint the walls.”
Because even if you were to switch to JetBrains you’ll still end up in that LSP nightmare.
If the LSP (Language Server Protocol) is the root of the problem, any suggestion that doesn’t involve rewriting the compiler or the server feels like a “surface-level” fix.
What’s it Owen when to and how to get this done…so the people capable of fixing it are the ones creating a mess.
It looks like Cursor will solve my speed problem, because my VSCode responds too slowly. (Lots of extensions are loaded on it. On Cursor I activated only Python and Mojo extensions.)