helm-lsp icon indicating copy to clipboard operation
helm-lsp copied to clipboard

lsp-mode :heart: helm

Results 8 helm-lsp issues
Sort by recently updated
recently updated
newest added

If one runs both lsp-mode and helm-lsp 8.0.0 from melpa-stable, https://github.com/emacs-lsp/helm-lsp/issues/14 happens. Switching helm-lsp from melpa-stable to melpa fixes it - please consider making a new melpa-stable release?

I had a quick poke around the code without much luck. `lsp-diagnostics` supports filtering to current workspace if the first argument is `t`. However, changing the call to it in...

hey 👋 running `helm-lsp-workspace-symbol` or `helm-lsp-global-workspace-symbol` invariably fails with `Error processing message (wrong-type-argument stringp nil).` as i type the symbol name. i'm using emacs-27.2 with helm, projectile and company. what...

Predicate for diagnostics sort function was fixed so that parameters format corresponds to the data format in the sorted list.

The screenshot for helm-lsp, I guess for command helm-lsp-workspace-symbol, shows results with the types in parentheses at the end of each line (e.g. struct, method, function). In my helm-lsp, I...

In vscode when you search you can specify the target via prefix(e. g. @ looks for symbol in file # looks for global symbol, etc). By default it searches for...

I apologise if my understanding is flawed, but currently when i kick off `helm-lsp-workspace-symbol` the minibuffer input is blank. I'd like it if it were auto-populated with whatever symbol my...

1. Be async 2. Show context information - errors, deprecated elements. 3. Provide context operations like delete element 4. Show elements from all documents if there are such elements 5....