Ivan Yonchovski
Ivan Yonchovski
I am recently testing some vanilla lsp-mode configurations with only the base components installed with no other configuration. IMO the default experience of lsp-ui-doc is not good because often(especially when...
See https://github.com/eclipse/eclipse.jdt.ls/pull/837
## Rationale: The current possible solutions in Gnu Emacs (json.el & json.c) does not meet performance/usability requirements to create modern Language Server Protocol client due to the fact that the...
This is a common feature for most of the IDEs(e. g. Eclipse, vscode) in which folders containing errors are in red/yellow. 1. Expose function accepting a list of file->status. Each...
Tracking bug for the feature.
We should always use the company-lsp cache otherwise company-mode will keep cache prefix->items which are not relevant to the current position.
Fixes #122
Post completion should display a warning if snippets are enabled but yasnippet is not. In this case, the user must either disable company lsp snippets or enable yasnippet.