k3 language (kx.com) plugin for IntelliJ IDEA. For q/k4 support, see q-intellij-plugin
This plugin supports k3 syntax. Features include:
- Syntax highlighting
- Navigate to declaration
- Code completion
- Find usages
- Rename refactoring
- File structure
- Go to symbol
- Color settings
- Code folding
- Go to
Preferences
->Plugins
- Click on
Browse Repositories...
and select theLanguages
category - Look for the
k3
plugin and clickInstall
- Make sure the
Grammar-Kit
andPsiViewer
plugins are installed - Create a fork of this repository and clone it locally
- Open the repository in IntelliJ via the "Open" option on the splash page
- Open the Gradle tool window (
View
->Tool Windows
->Gradle
) and click on "Reload all Gradle Projects" - From the command line, run
./gradlew compileJava compileTestJava
- Build the project (
Build
->Build Project
)
- Import and use the project codestyle (
Editor
->Code Style
->Scheme
->Import...
) - Push your work to a branch in your fork
- Open a Pull Request and tag me (@a2ndrade)