An open API service indexing awesome lists of open source software.

https://github.com/interjs/inter-intellisense

A vscode extension for Inter HTML intellisense
https://github.com/interjs/inter-intellisense

inter-extension inter-html-intellisense inter-intellisense inter-linter interjs

Last synced: about 1 month ago
JSON representation

A vscode extension for Inter HTML intellisense

Awesome Lists containing this project

README

          

# Interjs HTML Intellisense

This extension aims to provide suggestions for Inter's HTML syntax.

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:

```html

```

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.

When you run the following command in Vscode command palette, a message will pop up
informing you of the current extension version:

` Inter version`

The extension will be activated as soon as an HTML file is opened. You can Download it
from [Vscode market place](https://marketplace.visualstudio.com/items?itemName=interjs.inter-intellisense) or from [releases](https://github.com/interjs/inter-intellisense/releases) of this repository. Keep in mind that if you
download the extension from the releases, you have to install it directly in vscode.

Check out the videos demos by clicking on: video demo 1
and video demo 2.