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

LSP support for Emacs

Results 11 emacs-lsp issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

bot

I've stumbled upon this project, and since the last commit was 3 years ago, I was wondering if this repo is still being actively maintained? Right now, there's lsp-mode and...

#### Runtime Environment - MX Linux 17 - GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2018-11-28 - Evil version 1.2.13 - Org mode version 9.1.9 - [.emacs.d](https://github.com/mrbig033/dotfiles/tree/master/emacs/emacs_default)...

When using a lang server with an editor, an easier way to "connect" to the lang server is to just have the editor extension exec the lang server and communicate...

The `ws-cache` variable always evaluates to `/home/sqs/.emacs.d` for me. This causes the `lsp-ws-connection-map` lookups (with `gethash`) to return nil and therefore return the following when I run `lsp-mode-init-conn`: ``` Error:...

See cursor position is on `callOptionFunc` but the hover string (in the way bottom) is for `SetMeta`, which is on the line below. ![image](https://cloud.githubusercontent.com/assets/1976/20454706/791e0d22-adfd-11e6-9de4-0d5369369c51.png) The Go lang server trace shows:...

Hovers and other ops fail with errors like: ``` Ignored LSP error: ((code . 0) (message . "invalid position: /home/sqs/src/github.com/sourcegraph/jsonrpc2/jsonrpc2.go:59:23 (character 23 is beyond first line boundary)") (data)) ... Ignored...

After running lsp-mode-init-conn and connecting successfully to the Go lang server (installed with `go get -u github.com/sourcegraph/go-langserver/langserver/cmd/langserver-go`), I see the following error in emacs `*Messages*`: ``` Ignored LSP error: nil...

Many commands, such as `lsp-mode-hover`, contain `-mode`. This seems unnecessary, and I can't find any other modes whose functions contain `-mode`. I think just `lsp-hover` is better.