Editors are useful to create and modify the files and It also supports providing the following features for TOML files
- Syntax validation and color
- Auto indentation
- format
- Syntax highlights colors
There are two types of editors with opensource plugins for popular editors
TOML IDE editor
Some popular editors supports toml configurations with plugins
Intelli IDE
: It is a popular editor with extended functionality using plugins. Toml plugin provides to work with toml config files.VIM Editor
: vim-toml plugin provides open and creates config files with the play2 frameworkeclipse
: as there are not many plugins for the eclipse, one can use Eclipse Corrosion plugin to open and edit cargo toml files in eclipseatom editor
: It has support inbuilt as a language with basic syntax highlighting using language-toml packageNotepad
: you can still edit and create a file with notepad but you will not get color, auto indentation, and validation errors with the format.Notepad++
: This toml plugin provides syntax coloring.Sublime Text Editor
: this plugin support toml and tml configuration syntax
Online editor TOML
There is many online editor on web to validate and edit the TOML files