Skip to content

Releases: interjs/inter-intellisense

Improvement

05 Nov 22:58
Compare
Choose a tag to compare

In this version, the linting system has been further extended.

Diagnostic System Improvement

16 Oct 18:30
Compare
Choose a tag to compare

In this version, the error diagnostic system's capabilities were improved and extended.

Bug fix

29 Sep 16:57
Compare
Choose a tag to compare

In this version, a critical bug was fixed related to the diagnostic system.

Diagnosticc addition

09 Sep 22:03
Compare
Choose a tag to compare

In this version, a diagnostic (linting) system was added. It checks for errors and warnings related to conditional properties and references' names.

Version v1.1.1

12 Aug 18:39
Compare
Choose a tag to compare

This release add hover information in references' names and conditional properties, and fix some bugs.

Improvement

14 Jun 12:26
Compare
Choose a tag to compare

The following features were added:

  • References' names suggestions.
  • Conditional properties's suggestions.

To enable the extension to provide completions for references and conditional properties, you need to create the corresponding HTML comments in any area of the target document:

<!--ref = reference1 reference2-->
<!--conditional = conditional conditional-->

You should replace the placeholders 'reference1' and 'reference2' with the actual references' names used in the document, and do the same for the conditional properties.

ref and conditional are identifiers, the former is used for declaring the references' names, while the latter is used for declaring conditional properties' names.

First version

25 May 21:02
Compare
Choose a tag to compare

On this version, it aims to provide suggestions for Inter conditional attributes in HTML files.