deathaxe
deathaxe
Suggest properties also within `meta.selector` as this is the most likely scope in front of nested selectors, if a property is not yet terminated by semi-colon. As completions are much...
This PR proposes to migrate this plugin to ST4's python 3.8 plugin host. I've been using it on python 3.8 for quite some years without issues.
**Problem description** If both Sublime Text and Sublime Merge are installed in portable mode next to each other, Sublime Merge should use ST's _Data_ folder instead of %APPDATA/Sublime Text% (or...
Fixes #1358 Fixes #2635 Resolves #3826 Fixes #4033 This PR refactors Bash as foundation for adding Zsh. Used syntax specifications: - https://www.gnu.org/software/bash/manual/bash.html - https://zsh.sourceforge.io/Doc/Release/ Syntax follows officiel specifications as close...
With #177 being merged, MarkdownPreview runs on python 3.8 without noticible issues.
This commit is for those who hava abandoned old fashioned main menus in favor of working with Command Palette, primarily.
Reading some code from [vscode-csharp](https://github.com/dotnet/vscode-csharp/blob/15e7940baf1fbc2890c3e7f184fdd8330865ca1a/src/omnisharp/server.ts#L414-L542) and [OmniSharp Wiki](https://github.com/OmniSharp/omnisharp-roslyn/wiki/Configuration-Options) it seems language server settings and configuration is handled completely different, than we are used to. I may be wrong, but those...
This PR proposes to add support for [Component Attributes](https://laravel.com/docs/11.x/blade#component-attributes).
The command `packagedev_generate_syntax_tests_for_line` creates a single assertion for `meta.tag` in following example, while it should create two separate ones for opening and closing tags. ``` Our website is in maintenance...
This commit removes heavily out-dated and unmaintained SCSS package, migrating its users to Sass package. Alternatively, we could split current Sass package into 2 (Sass and SCSS) and continue providing...