Releases: dev-cycles/contextive
Releases · dev-cycles/contextive
v0.0.2-beta
Installing
- Download the binary for your operating system from the assets below
- Either:
- Run:
code --install-extension %filename%.vsix
, OR - Use "Install from VSIX..." in the "Extensions" view 3-dots menu
- Run:
- Launch VsCode
Getting Started
Once installed, use the Contextly: Initialize Definitions
command from the command palette to create a sample definitions file. This sample file defines the terms used in the definitions file yml structure. You can hover over the name of the terms in the file to see Contextly in action.
Change Log
Added
- Build for macOS
Fixed
- Error logged when hovering over a term that isn't in the contextly definitions
v0.0.1-beta
Installing
- Download the binary for your operating system
- Either:
- Run:
code --install-extension %filename%.vsix
, OR - Use "Install from VSIX..." in the "Extensions" view 3-dots menu
- Run:
- Launch VsCode
Getting Started
Once installed, use the Contextly: Initialize Definitions
command from the command palette to create a sample definitions file. This sample file defines the terms used in the definitions file yml structure. You can hover over the name of the terms in the file to see Contextly in action.
Change Log
Added
- VsCode command to initialize a contextly definitions file (Default file contains instructions and examples).
- Hover info for terms found in the definitions file
- Auto-complete (with case-matching) for terms found in the definitions file
- Watches for updates to the definitions file
- Watches for updates to the
contextly.path
configuration parameter which defines which file contains the definitions