palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

PR: Enable code folding results aggregation #888

Closed andfoy closed 3 years ago

andfoy commented 3 years ago

This PR enables other pyls plugins to add their own folding results to the ones computed by the main server. While there exist the possibility of having folding start collisions, plugin creators should prevent this.