emacs-lsp / lsp-origami

lsp-mode :heart: origami.el
GNU General Public License v3.0
43 stars 6 forks source link

intelephense errors (pro license) : foldingRangeProvider #5

Closed rileyrg closed 4 years ago

rileyrg commented 4 years ago

Trying the folding functions origami provides and

Capability not supported by the language server: "foldingRangeProvider"

I googled this and the intelephense author suggested the client (I guess lsp-origami-mode in this case) might have some registration issues and that seems to be resolved according to the link below but folding doesn't work regardless.

Both origami-mode and lsp-origami-mode are enabled and lsp is talking to intelephense.

https://github.com/bmewburn/vscode-intelephense/issues/666

tomterl commented 4 years ago

Folding works now in some files, but not all. Very strange. I'll report back, if I can get behind which difference causes this.