Skip to content

Releases: aglasencnik/EmmetVS

Version 1.1.0

05 Jan 16:01
d17171d
Compare
Choose a tag to compare

EmmetVS V1.1.0 Release

We are thrilled to announce the release of EmmetVS version 1.1.0! This update brings significant improvements and new features to enhance your coding experience in Visual Studio.

What's New

  • Visual Studio Snippets Integration: EmmetVS now integrates seamlessly with Visual Studio's snippet feature, allowing you to expand your code efficiently with predefined snippets.
  • Quality of Life Improvements:
    • Updated Keybindings: To streamline your workflow, we've updated the keybindings. The old Ctrl + Shift + Alt + E has been replaced with a simpler Ctrl + E, making it faster and easier to use our features.

Version 1.0.1

31 Dec 08:56
ed71ecd
Compare
Choose a tag to compare

EmmetVS V1.0.1 Release

We are excited to announce the release of version 1.0.1 of EmmetVS. This release focuses on enhancing the user experience by addressing critical bug fixes.

Bug Fixes

  • Fixed Path Issues: Resolved bugs related to incorrect file and directory paths, which made the extension not function.
  • Command Enable/Disable Fix: Corrected the issue where commands were not being properly enabled or disabled as per user configuration. This fix ensures that all commands function correctly according to your settings.

Version 1.0.0

27 Dec 14:09
Compare
Choose a tag to compare

EmmetVS V1.0.0 Release

Welcome to the first release of EmmetVS! This version is packed with features to enhance your Visual Studio experience, bringing the power of Emmet's web development tools right into your IDE.

New Features

In this release, we've implemented a variety of features to improve your productivity:

  • Expand Abbreviation: Quickly turn abbreviations into HTML/XML or CSS code.
  • Balance: Easily navigate between opening and closing tags.
  • Go to Matching Pair: Jump to the corresponding tag pair.
  • Wrap with Abbreviation: Wrap HTML/XML elements efficiently.
  • Go to Edit Point: Move between significant code points with ease.
  • Select Item: Highlight specific parts of your code.
  • Toggle Comment: Comment or uncomment sections of your code quickly.
  • Split/Join Tag: Split or merge tags in your documents.
  • Remove Tag: Delete tags without affecting their content.
  • Merge Lines: Combine multiple lines into one.
  • Update Image Size: Automatically update image dimensions.
  • Evaluate Math Expression: Perform calculations within your code.
  • Increment/Decrement Number: Adjust numerical values easily.
  • Reflect CSS Value: Mirror CSS values across your stylesheet.
  • Encode/Decode Image to data:URL: Convert images to and from data URLs.

Known Issues and Improvements

  • Improvements: Tab stops during abbreviation expansion are not yet implemented.
  • Bugs: The 'Select Item' action occasionally malfunctions in CSS documents.

Acknowledgments

This project is inspired by and built upon the foundational concepts of the Emmet project.


We hope you enjoy using EmmetVS V1.0.0! Stay tuned for more updates and enhancements in future releases.