Supports developers where a complex domain or project specific language is in use by surfacing definitions everywhere specific words are used - code, comments, config or documentation.
Contextive is a Visual Studio Code extension to assist developers in environments with a complex domain or project specific language, where words have a special meaning in the context of the project.
It should help new team members get up to speed more quickly in understanding domain-specific terms. By storing the glossary in your repository, and surfacing the definitions as you work on the code, it encourages the use of the domain-specific terms in your code, and regularly updating the definitions as the team's understanding evolves.
[!WARNING]
This plugin is considered 'beta' status, as leverages relatively new Language Server Protocol support in the Preview Extensibility Model. Some features may not work or may not work as expected. Please report issues in this project and we will liaise with Microsoft & the Visual Studio team to resolve.
The main issue for most use cases is that the extension doesn't work when opening a solution file, only when opening a folder. See Issue #75 for details.