Skip to content

VladRassokhin/intellij-kapacitor

Repository files navigation

IntelliJ-TICKscript plugin

Provides TICKscript language files (.tick) support for IntelliJ Platform-based IDEs

Plugin page in IntelliJ platform plugin repository.

Features:

For .tick files:
  • Syntax highlighting
  • Structure outline in 'Structure' tool window
  • Comment/Uncomment action
  • Find Usages / Go to definition for variables

Planned features:

  • Code formatter: make 'reformat code' action available
  • Code folding
  • Autocompletion
  • Find Usages / Go to definition for key identifiers, other elements
  • Support for different nodes and their methods
  • Support for builtin functions
  • 'Introduce Variable' Refactoring
  • Unresolved variable reference checks