Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1006 Bytes

ReadMe.md

File metadata and controls

23 lines (18 loc) · 1006 Bytes

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