Skip to content

Commit

Permalink
Support for IntelliJ Neon Pro plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jan 17, 2025
1 parent 055208f commit dace016
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased](https://github.com/orisai/nette-console/compare/1.4.4...v1.x)

### Added

- Support for IntelliJ Neon Pro plugin

## [1.4.4](https://github.com/orisai/nette-console/compare/1.4.3...1.4.4) - 2024-12-29

- Composer
Expand Down
68 changes: 68 additions & 0 deletions stubs/intellij-neon-pro.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE neon PUBLIC "-//NEON//Neon plugin XML V0.0.1//EN" "../.idea/intellij-neon-pro/xmlSources/Neon.xsd">
<neon vendor="orisai/nette-monolog" version="1">
<extensions>
<extension type="OriNette\Console\DI\ConsoleExtension">
<schema>
<structure>
<field name="autowired" default="Symfony\Component\Console\Application">
<string/>
</field>
<field name="catchException" default="false">
<bool/>
</field>
<field name="name" default="null">
<string/>
<null/>
</field>
<field name="di">
<structure>
<field name="parameters">
<structure>
<field name="backup" default="false">
<bool/>
</field>
</structure>
</field>
</structure>
</field>
<field name="discovery">
<structure>
<field name="tag" default="null">
<string/>
<null/>
</field>
</structure>
</field>
<field name="http">
<structure>
<field name="override" default="false">
<bool/>
</field>
<field name="url" default="null">
<string/>
<null/>
</field>
<field name="headers" default="['user-agent' => 'orisai/nette-console']">
<arrayOf>
<key>
<string/>
</key>
<value>
<string/>
<null/>
</value>
</arrayOf>
</field>
</structure>
</field>
</structure>
</schema>
<services>
<service name="application" type="Symfony\Component\Console\Application"/>
<service name="command.diParameters" type="OriNette\Console\Command\DIParametersCommand"/>
<service name="command.commandsDebug" type="OriNette\Console\Command\CommandsDebugCommand"/>
</services>
</extension>
</extensions>
</neon>

0 comments on commit dace016

Please sign in to comment.