***plain is a spec-driven programming language developed and maintained by *codeplain.
This extension adds first-class language support for ***plain in VS Code and Cursor, so you can edit, navigate, and refactor ***plain code with confidence.
The extension implements:
- Syntax highlighting that follows the ***plain specification and highlights keywords, types, literals, comments, and operators for clear readability.
- Rename concept support that lets you safely rename a concept across the workspace, keeping definitions and references in sync.
- Go to definition and go to references so you can jump to where a concept is declared and see where it is used.
- Plain file icon theme to make
.plainfiles easy to spot in the explorer.
- Open any
.plainfile to activate the language features and syntax highlighting. - Use
F12for Go to Definition andShift+F12for Go to References. - Use
F2to rename a concept across the project. The extension updates all matching references for you.
Initial release of syntax highlighting.