sublimelsp / LSP-intelephense

PHP support for Sublime's LSP plugin provided through intelephense.
MIT License
96 stars 3 forks source link

FR: add minimum lines limit to initially_folded settings #98

Closed zigi05 closed 5 months ago

zigi05 commented 5 months ago

@jwortmann it would be awesome in my opinion if the declarations folding setting (shown below) would have an additional setting that would trigger the folding only if they're, for example, more than 5 lines.

{
  "initially_folded": ["declaration"],
}
jfcherng commented 5 months ago

I am a little confused for why jwortmann is tagged. But imho this feature should be provided either by the server or by LSP.

jfcherng commented 5 months ago

Looks like you are filing an issue in a wrong repository. initially_folded is provided by LSP.