Results 66 issues of 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...

enhancement

See https://github.com/eclipse/eclipse.jdt.ls/pull/837

help wanted
feature

## 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...

Long Term
Compatibility
New Feature
stale

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.

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.