deathaxe
deathaxe
The syntax may add `"meta.property-name.css"` and `"meta.property-value.css"` scopes to support completions. Those scopes could possibly used to add the completions supported by the default _CSS.sublime-package_
The default CSS package shipped with Sublime Text comes with a `css_completions.py` which at least handles property/value completions pretty well. It uses the both `meta.property ...` scopes to decide whether...
Works on Windows 10 x64 with ST3 4142 1. pull the latest commit from oop branch 2. install https://pypi.python.org/pypi/CodeIntel using pip (I use python 3.6 x64) 3. Open SublimeCodeIntel.sublime-settings 4....
It would be straight forward with python 3.8, but as none of the default APIs of python 3.3 supports pathlib, it would add more hazzle, than it would ease things...
Related with #301
I can't reproduce this behavior and it is not designed to work like that. You could call `sublime.log_commands()` in ST's console to find out which command is triggered when clicking...
Thank's for the info. I can reproduce it. The issue seems to be caused by link auto folding.
This PR should also be based on st3176 branch.
I can't say something about a future release, but syntax test file of current release has about 7800 lines and takes 60ms to be parsed and highlighted on my Windows...
Related with https://github.com/sublimehq/sublime_text/issues/5504