sourcegraph/emacs-lsp

Name: emacs-lsp

Owner: Sourcegraph

Description: LSP support for Emacs

Created: 2016-10-20 21:43:24.0

Updated: 2018-05-01 06:47:38.0

Pushed: 2017-03-11 08:12:41.0

Homepage:

Size: 22

Language: Emacs Lisp

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

emacs-lsp

LSP minor mode for Emacs.

This mode will hook into company-mode to provide auto-completion.

Using

Activate lsp-mode in a buffer. Then, press C-c C-l i to initialize a connection to an LSP server. Only connections over TCP are supported right now.

Each LSP connection is associated with a projectile-project-root. lsp-mode will try to use the connection for the project corresponding to the current buffer.

Commands:

C-c C-l i - initialize a new connection

C-c C-l g - go to the definition of the symbol near point

C-c C-l h - display hover text for the location at point

C-c C-l r - find references to the symbol near point

C-c C-l s - search for symbols in the workspace

C-c C-l q - shutdown the LSP server

License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.