Skip to content

Releases: mrmlnc/vscode-less

0.6.3

14 May 16:06
Compare
Choose a tag to compare

💬 Common

  • Added error handlers for all async functions (partially fix for #39).
  • Update vscode-* packages.

🚀 Performance

None.

🎨 Design

Nope.

👍 Improvements

Nope.

0.6.2

05 Mar 13:57
Compare
Choose a tag to compare

💬 Common

  • Fix Go To Definition provider (#36, #37 )

🚀 Performance

🎨 Design

Nope.

👍 Improvements

Nope.

0.6.1

03 Feb 18:47
Compare
Choose a tag to compare

💬 Common

  • VS Code 1.9.0 support

🚀 Performance

Nope.

🎨 Design

Nope.

👍 Improvements

Nope.

0.6.0

22 Nov 16:03
Compare
Choose a tag to compare

💬 Common

  • Support variables without space after the colon.

🚀 Performance

Nope.

🎨 Design

Nope.

👍 Improvements

  • We now support contexts (property & string inside quotes).

0.5.0

29 Oct 22:02
Compare
Choose a tag to compare

💬 Common

  • Fixed some bugs with SignatureHelp provider.
  • Now we do not display Hover popup for Mixins and Variables declarations.
  • Added information about where you can find a Changelog for this plugin.

🚀 Performance

  • Exclude opened document from "Update Cache" event (see #28).

🎨 Design

Nope.

👍 Improvements

  • less.showImplicitlyLabel now is less.implicitlyLabel where you can specify any text.

    image

  • Less IntelliSense now supports for All Symbol Definitions in Folder.

    2016-10-30_00-53-14

0.4.0

26 Oct 15:45
Compare
Choose a tag to compare

💬 Common

  • Fixed some bugs:
    • Incorrect Signature Help behaviour.
  • More tests for future the plugin improvements.

🚀 Performance

Nope.

🎨 Design

  • Better documentation for supported features.

👍 Improvements

  • Added less.showImplicitlyLabel to control display of (implicitly) label in path.

  • Support Go To Definition (F12) for Variables and Mixins.

    2016-10-26_18-43-50

0.3.1

25 Oct 21:36
Compare
Choose a tag to compare

💬 Common

Nope.

🚀 Performance

Nope.

🎨 Design

Nope.

👍 Improvements

  • Correct scope for Hover Provider (thanks @MaximeDesRoches & @druellan from vscode-scss repository).
  • Show Functions & Variables for property by CTRL + Space.

0.3.0

23 Oct 16:03
Compare
Choose a tag to compare

💬 Common

Nope.

🚀 Performance

  • Use less-symbols-parser for "background" documents.
  • Improve performance from 11s to 1-2s (9000 files (664 Less files), 5000 directories).

🎨 Design

Nope.

👍 Improvements

  • Support for Signature Help with Mixins arguments.

    image

  • Support <reference *> comments.

  • Skip suggestions inside comments.

  • Skip suggestions for parent Mixins inside Mixins.

0.2.0

16 Oct 10:54
Compare
Choose a tag to compare

💬 Common

  • More friendly plugin description.
  • Fixed some bugs:
    • Skip untitled documents (#6).
    • Incorrect Hover for nested Mixins (#8).
  • More tests for future the plugin improvements.

🎨 Design

  • Limit of 140 characters for documentation in providers.
  • Correct Less logo size in icon.

🚀 Performance

  • Skip @import's with dynamic paths (variable interpolation, glob by less-plugin-glob).
  • Cache invalidation for files that no longer exist.

👍 Improvements

  • Skip Mixins in Mixins for suggestions.
  • Support for @import's files. For example, @import "../../../bower_components/xy-flexbox/xy";.

0.1.0

14 Oct 15:07
Compare
Choose a tag to compare

Initialization release.