Skip to content

Latest commit

 

History

History
 
 

intellij-toml

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

TOML language support for IntelliJ IDEA based IDEs

The plugin provides nothing but syntax highlighting at the moment.

Installation

To install plugin open Settings > Plugins > Browse repositories, and search for TOML.

Contributing

See Contributing in the IntelliJ-Rust plugin.

Extending

It's possible to extend TOML support from other plugins:

  • The PSI structure is expected remain backwards compatible.
  • TomlKey and TomlValue are ContributedReferenceHosts, so it's possible to inject references into them from third-party plugins, and provide completion and goto definition.

See intellij-rust#1982 for an example.