Pascal-language-server Alternatives
Similar projects and alternatives to pascal-language-server
-
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
-
-
pascal-language-server discussion
pascal-language-server reviews and mentions
-
Using the Free Pascal IDE for a Week
In the case of Free Pascal, may I remind you that there is a fully featured IDE called Lazarus…
That’s cool, but if you already use Neovim for other things, there’s a Free Pascal Language Server Protocol (LSP) server for it too [1]. You’ll many of the same features that Lazarus has, like code completion, diagnostics, etc. In fact, it’s the same LSP that’s available for VS Code [2] and it uses Lazarus as a backend.
Too much is being made about how hard Neovim is to configure; if you’re new to it or to Lua, just use LSP Zero [3] that takes care of all of the details of installing LSP, linters, etc.
[1]: https://github.com/neovim/nvim-lspconfig/blob/master/doc/ser...
[2]: https://github.com/genericptr/pascal-language-server
[3]: https://github.com/VonHeikemen/lsp-zero.nvim
Stats
genericptr/pascal-language-server is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of pascal-language-server is Pascal.