Jack Cherng
Jack Cherng
yes, decompress them somewhere on your filesystem auto for you. just no one implements. I am not sure decompress them when every time ST starts is a good idea. Or...
Original discussion https://github.com/sublimelsp/LSP-pyright/issues/71
I don't think it provides any style check but weirdly I can't find anyone asking on https://github.com/bmewburn/vscode-intelephense/issues either. `intelephense.format.braces` is for the braces style when running formatting with intelephense. TBH,...
> About your last sentence, what do you mean by "... Intelephense doesn't format your code ..."? What code and when (or how) can be formatted by the Intelephense? Intelephense...
Yes, for example, https://packagecontrol.io/packages/SublimeLinter-phpcs. I am sure PHP_CodeSniffer can check for PSR-12 but you may need to find how to properly configure it with SublimeLinter-phpcs. And if you prefer the...
> I'm not sure if this feature already exists and can be enabled through configuration but it would be nice if the file having errors would be marked red in...
Is that from official VSCode's CSS language server? - I can't find `remoteStyleSheets` from the whole VSCode codebase https://github.com/microsoft/vscode/search?q=remoteStyleSheets But interestingly, I can't find it `ecmel/vscode-html-css` from https://github.com/ecmel/vscode-html-css/search?q=remoteStyleSheets either -...
It looks like that won't apply to the last statement. Not sure whether it's a design or not but I can't find related issue on https://github.com/microsoft/vscode/issues?q=javascript.format.semicolons
I can confirm that with `"css.format.enable": false,`, the server still responses to lsp format selection/document. --- Given https://github.com/microsoft/vscode/blob/d9fd208c2958d37b88834fbb674a3c6761360052/extensions/css-language-features/package.json#L311 and https://github.com/microsoft/vscode/issues/145763, the correct setting is indeed `"css.format.enable"`. In that case, I...
As a workaround (?), you can set [provideFormatter](https://github.com/sublimelsp/LSP-css/blob/836aedf2c6719d49880fc0922e4fd45a6cf156d1/LSP-css.sublime-settings#L12) in `initializationOptions` to `false`.