General purpose Language Server that can use specified error message format generated from specified command. This is useful for editing code with linter.
General purpose Language Server that can use specified error message format generated from specified command. This is useful for editing code with linter.
To install efm-langserver, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install efm-langserver
To see what files were installed by efm-langserver, run:
port contents efm-langserver
To later upgrade efm-langserver, run:
sudo port selfupdate && sudo port upgrade efm-langserver
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.