zeal-at-point VS pascal-language-server

Compare zeal-at-point vs pascal-language-server and see what are their differences.

zeal-at-point

Search the word at point with Zeal (Emacs) (by jinzhu)

pascal-language-server

LSP server implementation for Pascal (by genericptr)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
zeal-at-point pascal-language-server
4 1
166 41
- -
0.0 7.9
about 6 years ago 4 months ago
Emacs Lisp Pascal
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

zeal-at-point

Posts with mentions or reviews of zeal-at-point. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-05.

pascal-language-server

Posts with mentions or reviews of pascal-language-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-14.
  • Using the Free Pascal IDE for a Week
    6 projects | news.ycombinator.com | 14 Oct 2022
    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

What are some alternatives?

When comparing zeal-at-point and pascal-language-server you can also consider the following projects:

GNU/Emacs go-mode - Emacs mode for the Go programming language

lsp-zero.nvim - A starting point to setup some lsp related features in neovim.

pydoc - Emacs mode for navigating Python documentation through pydoc.

nvim-lspconfig - Quickstart configs for Nvim LSP

dash-docs - A elisp library that exposes functionality to work with and search dash docsets.

counsel-dash - Browse Dash docsets using Ivy

devdocs.el - Emacs viewer for DevDocs

lsp-mode - Emacs client/library for the Language Server Protocol

helm-dash - Browse Dash docsets inside emacs