Skip to content

Releases: abelljs/vscode-abell-language-features

vscode extension 1.0.0 (Pre-Release): Add autocomplete for v1 components, remove v0 autocomplete

25 May 17:50
Compare
Choose a tag to compare

Although the version is marked v1.0.0, it is a pre-release (VSCode extension doesn't allow pre-release semver but we can still mark it as pre release while publishing the package).

Changes

  • Adds auto-complete for v1 components

A dropdown next to Install button on Abell Language Feature extension displaying two options, Install Release Version and Install Pre-Release Version

  • Removes v0 features like

    • Syntax highlighting of <AbellComponent />
    • Snippets for components
    • scopedSelector autocomplete in client-side JS

Installation

You can install the pre-release version by searching "abell" in your VSCode extensions and installing pre-releasing version from the small drop-down next to "Install" button.

Code-snippet displaying how VSCode is auto-completing the navbar word with function icon next to it based on the `import navbar from './components/_navbar.abell'` on top