Skip to content

grossmannmartin/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
  • ... more to come

Install

Stable version (not-crashing alpha) is available in official plugin repository:

  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 ;)

Unstable build is available here.

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

This plugin is in its early development phase, it's not complete at all and it will contain many bugs! Be careful if you decide to use it.

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.5%
  • Lex 1.5%