The Wayback Machine - https://web.archive.org/web/20201021013003/https://github.com/emacs-lsp/helm-lsp
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Sep 6, 2020
Apr 18, 2019
Sep 6, 2020
Jan 4, 2019

README.org

Helm lsp integration

https://melpa.org/packages/helm-lsp-badge.svg https://stable.melpa.org/packages/helm-lsp-badge.svg

This package provides alternative of the build-in lsp-mode xref-appropos which provides as you type completion.

Screenshot

demo.png

Commands

  • helm-lsp-workspace-symbol - workspace symbols for the current workspace
  • helm-lsp-global-workspace-symbol - workspace symbols from all of the active workspaces.
  • helm-lsp-code-actions - helm interface to lsp-execute-code-action.
  • helm-lsp-switch-project - switch lsp-mode project (when helm-projectile is present)

Configuration

Use the following lines to replace xref-find-apropos in lsp-mode controlled buffer.s

(define-key lsp-mode-map [remap xref-find-apropos] #'helm-lsp-workspace-symbol)
You can’t perform that action at this time.