Muah
Muah
if i understand u right ,i believe what u r after is that u want the same trick but for css ,well its the same thing ,open any css,less,sass ,etc.....
@inomoz this doesn't work any more with the latest build v3120 , any chance u can update ur fork ? here are the settings ``` json { "apply_with_dash_hack_syntaxes": [ "source.scss",...
@mahish only in the same view, not across open files.
https://github.com/alienhard/SublimeAllAutocomplete/issues/18
+1 https://github.com/alienhard/SublimeAllAutocomplete/issues/18
same here ``` Version: 1.70.0-insider Commit: b4d5b4ed69af953901051b1f049851b9dca3563e Date: 2022-07-28T05:16:00.371Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Darwin arm64 21.6.0 ``` if we disable the `git.mergeEditor` it works again.
yep, but also the check from the command panel still needs the manual way, however i was hoping that the check and removal would happen automatically on the extension start.
> Add Delete and Update Path inline commands for these projects would be enough for the sidebar > Alternatively, a new Delete projects with invalid path command, only in the...
@alefragnani btw if the cache is disabled, the git projects panel wont display anything, even if we pressed the refresh btn
same here :cry:, for now solution is ``` // any auditable Model public function castAttribute($key, $value) { return parent::castAttribute($key, $value); } ```