Skip to content

Releases: dev-cycles/contextive

v0.0.2-beta

10 Jan 08:20
Compare
Choose a tag to compare
v0.0.2-beta Pre-release
Pre-release

Installing

  1. Download the binary for your operating system from the assets below
  2. Either:
    1. Run: code --install-extension %filename%.vsix, OR
    2. Use "Install from VSIX..." in the "Extensions" view 3-dots menu
  3. 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

09 Jan 10:01
144247d
Compare
Choose a tag to compare
v0.0.1-beta Pre-release
Pre-release

Installing

  1. Download the binary for your operating system
  2. Either:
    1. Run: code --install-extension %filename%.vsix, OR
    2. Use "Install from VSIX..." in the "Extensions" view 3-dots menu
  3. 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