<html><body><div class="gmail_quote">
    <div dir="ltr" class="gmail_attr">On Oct 16, 2024 at 9:46:05 PM, Nikolay Nikolov via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> wrote:<br></div>
    <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" type="cite">
        I don't know, it could be the Nim to JS compiler, or the fact that the previous plugin developer didn't use the LSP protocol, but direct integration instead. But I don't like the whole idea of an IDE, written in JavaScript. It's horribly bloated and difficult to debug.<br></blockquote><div class="gmail_quote"><br></div><div class="gmail_quote" dir="ltr">Agree it’s a web app and you can feel it. That’s why I use Sublime Text (an excellent high performance editor but hard to configure it’s JSON settings)  but you must use VSCode for a debugger on macOS unless you want to use Lazarus and that editor.</div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" type="cite"><br>The LSP protocol is fine, though. I like the idea, it allows integration with many different IDEs and editors. Sublime Text is just one example, there are many people who use Vim, Neovim, Emacs, Helix and many others. I also think it's a nice and quick way to improve the console IDE by adding an LSP client. But I have a huge backlog of things to do, so I haven't started on this, yet.<br><br>When I learn a new compiler these days I download the installer, run it, then check VSCode or Sublime Text for extensions to install in one click. If that doesn't work I probably just give up because I idon’t have time to be playing around and there’s myriad of new languages to play around with these days.<br>Yeah, it's tempting with its store of extensions. Too bad most of it is crap. And it's not fully open source. Sorry, I use it at work, and just don't like it. Anyhow, there's nothing wrong in developing an VS Code plugin for Pascal. Anybody interested can try to do that. Most of the work is probably fixing the LSP server, as it does most of the work. This way, the extension itself can be kept minimal.<br></blockquote><div class="gmail_quote"><br></div><div class="gmail_quote" dir="ltr">The LLDB extension works well and many others. Sure it’s filled full of crap but the highly rated packages tend to work well. It’s fast to install and lightweight compared to Lazarus and Visual Studio or the likes. It's wish it wasn’t Electron but that’s why Microsoft chose for cross platform and they are making monthly updates so apparently it’s worked for them.</div>
</div>
<br>
<div dir="ltr">
    <br>
</div></body></html>