Jack Cherng
Jack Cherng
I can't reproduce this with your code. No matter it's a saved file or a buffer (from Tools > Developer > New Plugin). Though I don't think this issue comes...
> Tested on a clean portable Sublime Text (installed only LSP and LSP-pyright packages) - got the same error. Not reproduce-able. https://user-images.githubusercontent.com/6594915/152478192-cdb4c348-5b72-4f93-9616-c9b1ee8d2418.mp4
> Sorry, I forgot to mention the setting `"python.analysis.typeCheckingMode": "strict"` that enables the `reportIncompatibleMethodOverride` rule. Yes, that's the reason. But I have no idea how to fix that unfortunately since...
On my side, `"themed_title_bar": false"` works and doesn't work. It works when ST is "maximized window" but it doesn't work when ST is "fullscreen (F11)". But it's probably expected not...
It won't be more informational I guess since all information in [db/PHP.json](https://raw.githubusercontent.com/shortcutme/Sublime-IntelliDocs/master/db/PHP.json) has been presented now.
> Also, how does VSC handle this? I don't know. But when people are amazed by VSCode's syntax highlighting, I will guess they all comes from language server's semantic highlighting....
I asked that mainly because for Python, there is [`PEP 8`](https://peps.python.org/pep-0008/#naming-conventions) *official* guide for variable naming. However, ST doesn't scope `variable`, `class`, `function` etc... by that standard naming convention. Well,...
> Could someone tell me where to add this fix, I don't have a "Customize Colorscheme" option? from the command palette > Also this broken appearance just happened yesterday for...
@ElectricRCAircraftGuy it matches "a `/` or a `?` appears 0 or 1 time". It's called regular expression if you are interested.
> it doesn't appear to be a proper regular expression. Regex101.com doesn't like the forward slashes unescaped: https://regex101.com/r/sATC3R/1 @ElectricRCAircraftGuy we are not talking about javascript or php. choose a language...