diff --git a/src/intellij/contextive/build.gradle.kts b/src/intellij/contextive/build.gradle.kts index 1cd39ead..483c26ba 100644 --- a/src/intellij/contextive/build.gradle.kts +++ b/src/intellij/contextive/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "tech.contextive" -version = "1.10.5" +version = "1.11.0" repositories { mavenCentral() diff --git a/src/intellij/contextive/src/main/resources/META-INF/plugin.xml b/src/intellij/contextive/src/main/resources/META-INF/plugin.xml index f8fe74c9..b5148bc4 100644 --- a/src/intellij/contextive/src/main/resources/META-INF/plugin.xml +++ b/src/intellij/contextive/src/main/resources/META-INF/plugin.xml @@ -13,16 +13,14 @@ -

Contextive README

+ Contextive README

Contextive is an IntelliJ Platform Plugin 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 term definitions 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.

-

Example of Contextive in action.

-

Getting Started

+

Getting Started

Create a folder in your project root called .contextive. Create a file in that folder called definitions.yml.

Start defining your definitions following the schema specified in our usage guide. You might like to start by copying our default definitions file that defines the terms used in the definitions file itself.

-

Supported IDEs

-

The plugin uses the IntelliJ Language Server Protocol support, so it's only available in the IDEs where that feature is offered. See the JetBrains LSP Documentation for the latest list.

+

Supported IDEs

+

The plugin uses the IntelliJ Language Server Protocol support, so it's only available in the IDEs where that feature is offered. See the JetBrains LSP Documentation for the latest list.

At time of writing, it includes:

-

Usage Guide

+

Usage Guide

See our usage guide for details on the definitions file format and available options.

-

Features

+

Features