diff --git a/src/intellij/contextive/build.gradle.kts b/src/intellij/contextive/build.gradle.kts index a19d49a..903ce10 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.11.1" +version = "1.12.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 2515faa..c3a46a7 100644 --- a/src/intellij/contextive/src/main/resources/META-INF/plugin.xml +++ b/src/intellij/contextive/src/main/resources/META-INF/plugin.xml @@ -22,10 +22,10 @@ This plugin is considered 'beta' status, as leverages relatively new known issues below

Installation

-

See IntelliJ IDEs (e.g. IDEA) Installation Instructions.

+

See IntelliJ IDEs (e.g. IDEA) Installation Instructions.

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.

+

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.

At time of writing, it includes:

@@ -44,10 +44,10 @@ This plugin is considered 'beta' status, as leverages relatively new usage guide for details on the definitions file format and available options.

+

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

Features