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
- Host: GitHub
- URL: https://github.com/interjs/inter-intellisense
- Owner: interjs
- License: mit
- Created: 2024-05-14T14:20:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T22:58:14.000Z (over 1 year ago)
- Last Synced: 2025-10-23T03:20:56.751Z (5 months ago)
- Topics: inter-extension, inter-html-intellisense, inter-intellisense, inter-linter, interjs
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=interjs.inter-intellisense
- Size: 1.77 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.