- Fix: grammar haml block comment syntax.
- Feat: refactor lint configuration loading and improve error notifications
- Feat: refactor linter diagnostics to prevent duplicated diagnostics for the same line.
- Fix: trim whitespace from empty lines.
- Fix: update regex to support unicode letters in string output.
- Fix: remove indentation from json output in linter logging.
- Feat: refactor formaters to better performance.
- Fix: fix
HamlLint: SpaceBeforeScript
cop autocorrect.
- Feat: refactor lint offense handling and enabling clickable links to documentation.
- Feat: add support for
UnnecessaryStringOutput
linting rule. - Feat: improve space handling for Ruby script indicators in Haml formatter.
- Fix: load config by preload bundle config in rails projects.
- Bugfix: Fix command execution when
useBundler
istrue
.
- Feat: Add rubocop support to haml_lint configuration enabling rubocop cops
- Bugfix: Altocorrenction to rubocop Layout/SpaceAfterColon when call class constants.
- Feat: Add support to 'Style/MethodCallWithArgsParentheses' cop. Only add parentheses around method calls with arguments when there are no parentheses.
- Fix: update regex for space handling after colon and add test for space inside parentheses.
- Feat: Implement file watching for live preview updates in HAML files
- Feature: Add Live Preview for HAML plain files.
- Bugfix: Fix locals comments in
Split to Partial
command. - Formatter: Add support to haml-lint
HtmlAttributes
- Formatter: Add support to rubocop
Layout/SpaceBeforeComma
- Formatter: Add support to rubocop
Layout/SpaceAfterColon
- Bugfix: Fix
Style/StringLiterals
with interpolation.
- Bugfix: Fix HAML formatter block comments.
- Update haml grammar from textmate-grammars-themes
- Feature: Add FormattingEditProvider
- Add HAML formatter (Code Beautifier).
- Fix: icon background color.
- Update extension description and enhance README with feature details and future plans.
- Update icon.
- Fix: Rails routes loader to old Rails versions.
- Feature: Add suporte to convert selected HTML/ERB to HAML.
- Feature: Add Routes Completions if the project is a Rails project.
- Feature: Add Routes Definition provider if the project is a Rails project.
- Feature: Add
Html2Haml
command to convert HTML to Haml. - Linter: Add autocorrect action for
HamlLint: SpaceBeforeScript
cop. - Linter: Add autocorrect action for
RuboCop: Layout/SpaceInsideHashLiteralBraces
cop.
- Linter: Add autocorrect action for
RuboCop: String/StringLiterals
cop.
Strict template locals
: change global variables to locals when creating a partial from selection.
- Initial release
- Initial release