Releases: interjs/inter-intellisense
Improvement
In this version, the linting system has been further extended.
Diagnostic System Improvement
In this version, the error diagnostic system's capabilities were improved and extended.
Bug fix
In this version, a critical bug was fixed related to the diagnostic system.
Diagnosticc addition
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
This release add hover information
in references' names and conditional properties, and fix some bugs.
Improvement
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
On this version, it aims to provide suggestions for Inter conditional attributes in HTML files.