Clojure & ClojureScript Language Server (LSP) implementation
The goal of this project is to bring great editing tools for Clojure/Clojurescript to all editors. It aims to work alongside you to help you navigate, identify and fix errors, perform refactors and much more!
The goal of this project is to bring great editing tools for Clojure/Clojurescript to all editors. It aims to work alongside you to help you navigate, identify and fix errors, perform refactors and much more!
To install clojure-lsp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install clojure-lsp
To see what files were installed by clojure-lsp, run:
port contents clojure-lsp
To later upgrade clojure-lsp, run:
sudo port selfupdate && sudo port upgrade clojure-lsp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.