Skip to content

juzna/intellij-neon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neon in IntelliJ IDEA / PhpStorm

Current status: stable, basic functions

Neon is a YAML-like language useful for configuration. It is part of Nette framework and it's very nice! You should definitely use it.

This plugin aims to add supports for this language into PhpStorm (or the whole IntelliJ platform).

Features

  • lexer, parser (internal)
  • syntax highlighting
  • comment/uncomment
  • bracket / parenthesis matching
  • code completion
  • go to class
  • ... more to come

Install

  1. Go to File → Settings in PhpStorm
  2. Select Plugins on the left
  3. Click Browse Repositories button on the bottom
  4. Find NEON support and install it
  5. Optional: Install also Nette framework helpers plugin ;)

If you prefer your own build from master, open this project in IntelliJ IDEA as a Plugin project, go to Build -> Prepare for deployment and install it in your PhpStorm.

Development

Please tell me what features you'd like in Issues tab.

If you want to contribute, please read development.md

About

Neon language support for PhpStorm / IntelliJ IDEA

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.0%
  • Lex 2.0%