All Projects → AVSystem → intellij-hocon

AVSystem / intellij-hocon

Licence: Apache-2.0 License
Standalone HOCON plugin for IntelliJ IDEA

Programming Languages

scala
5932 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to intellij-hocon

Rplugin
R Language support for IntelliJ-based IDEs
Stars: ✭ 49 (+104.17%)
Mutual labels:  intellij-plugin
dataconf
Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict support.
Stars: ✭ 40 (+66.67%)
Mutual labels:  hocon
git-machete-intellij-plugin
Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen ;)
Stars: ✭ 73 (+204.17%)
Mutual labels:  intellij-plugin
bamboo-soy
An intellij plugin supporting Closure Template language (Soy)
Stars: ✭ 42 (+75%)
Mutual labels:  intellij-plugin
intellij-investor-dashboard
📈 Investor Dashboard for JetBrains IDEs. Support A Share, H.K. Stocks, U.S. Stocks and Crypto etc.
Stars: ✭ 60 (+150%)
Mutual labels:  intellij-plugin
figma-import-plugin
A plugin for Android Studio to import figma resources
Stars: ✭ 24 (+0%)
Mutual labels:  intellij-plugin
idea-php-typo3-plugin
TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
Stars: ✭ 93 (+287.5%)
Mutual labels:  intellij-plugin
Assertions2AssertJ
Intellij Plugin to convert Junit and Hamcrest Assertions to AssertJ
Stars: ✭ 13 (-45.83%)
Mutual labels:  intellij-plugin
sbt-idea-example
SBT based IntellJ plugin template project
Stars: ✭ 20 (-16.67%)
Mutual labels:  intellij-plugin
eventbus-plugin
IntelliJ iDEA plugin to work with projects using greenrobot's EventBus library
Stars: ✭ 25 (+4.17%)
Mutual labels:  intellij-plugin
gitmoji-plugin
Choose the right emoji emoticon for git commit, make git log commit more interesting.
Stars: ✭ 110 (+358.33%)
Mutual labels:  intellij-plugin
gradle-cleaner-intellij-plugin
Force clear delaying & no longer needed Gradle tasks.
Stars: ✭ 26 (+8.33%)
Mutual labels:  intellij-plugin
JetBrains-NASM-Language
Plugin that adds NASM assembly language support for the IntelliJ Platform IDEs
Stars: ✭ 79 (+229.17%)
Mutual labels:  intellij-plugin
referencer-plugin
"Referencer" plugin for Jetbrains IDEs
Stars: ✭ 20 (-16.67%)
Mutual labels:  intellij-plugin
laravel-query-intellij
💿 Laravel Query Builder integration for PhpStorm
Stars: ✭ 37 (+54.17%)
Mutual labels:  intellij-plugin
material-design-color-palette
🎨Material Design color palette pluin for IntelliJ based IDEs.
Stars: ✭ 19 (-20.83%)
Mutual labels:  intellij-plugin
sourcegraph-jetbrains
Sourcegraph for JetBrains IDEs (IntelliJ)
Stars: ✭ 34 (+41.67%)
Mutual labels:  intellij-plugin
MarioProgressBar
The Mario progress bar for IntelliJ IDEA and other JetBrains IDEs.
Stars: ✭ 29 (+20.83%)
Mutual labels:  intellij-plugin
slides-presenter
Plugin to show slides and code examples directly from IntelliJ IDEs
Stars: ✭ 19 (-20.83%)
Mutual labels:  intellij-plugin
intellij-mob
IntelliJ plugin for swift git handover and timer
Stars: ✭ 26 (+8.33%)
Mutual labels:  intellij-plugin

IntelliJ IDEA Plugin for HOCON

Plugin page

Features and usage instructions

  • HOCON file type

    Files with *.conf extensions are automatically interpreted as HOCON files. Because *.conf is a common extension, you can change this in File -> Settings -> Editor -> File Types.

  • Syntax highlighting, brace matching and code folding

    syntaxhighligting.png

  • Configurable color scheme in File -> Settings -> Editor -> Color Scheme -> HOCON

  • Code formatter (the IntelliJ Reformat Code action) along with configurable code style in File -> Settings -> Editor -> Code Style -> HOCON

  • Breadcrumbs

    bradcrumbs.png

  • Copy Reference action

    Use this action (e.g. using Ctrl+Alt+Shift+C) when having the caret at HOCON key in order to copy full path of the HOCON property.

  • Move Statement Up/Down action which can also move entries in and out of objects

    movestatement.gif

  • Resolution of HOCON includes with navigation

    includeresolution.gif

  • Resolution of HOCON substitutions with navigation

    Substitutions are resolved in the current file, all the included files and finally in all the reference.conf files that can be found on the classpath (e.g. in library JARs). This reflects the way HOCON is usually loaded and resolved in runtime using ConfigFactory.load using Typesafe/Lightbend Config library.

    substitutionresolution.gif

  • HOCON: Go to Prev/Next Definition actions for navigating between subsequent occurrences of the same HOCON path:

    These actions reuse keyboard shortcuts of standard Super Method and Implementation(s) actions (e.g. Ctrl+U and Ctrl+Alt+B)

    gotoprevnext.gif

  • Detection of HOCON path references in string literals of other languages

    NOTE: This only works as long as the HOCON path can be resolved in application.conf files at the root of the classpath (e.g. application.conf must be directly in one of the sources or resources folders of IntelliJ module).

    stringlitrefs.gif

  • Detection of Java/Scala fully qualified class references in HOCON strings

    classreferences.gif

  • Quick Documentation action

    HOCON has no notion of documentation comments but it has two comment styles - # and //. Only the # comments which directly precede a HOCON key will be interpreted as its documentation.

    Quick documentation also displays resolved value of a HOCON key.

    quickdoc.png

  • Find Usages action on HOCON entries

    Find Usages looks for all usages of given HOCON path in the project. This may include other definitions of the same HOCON path or references to that path in HOCON substitutions or string literals (in HOCON and other languages).

  • Autocompletion

    Autocompletion works when overriding configuration options and when referring to them in HOCON substitutions. Suggestions are loaded from current file, all the included files and all the reference.conf files found on the root of the classpath (e.g. in library JARs). This reflects the way HOCON is usually loaded and resolved in runtime using ConfigFactory.load using Typesafe/Lightbend Config library.

    Autocompletion also works in string literals of other languages but it must be invoked explicitly (e.g. with Ctrl+Space) and the path being referred must be resolvable in application.conf files at the root of the classpath (e.g. application.conf must be directly in one of the sources or resources folders of IntelliJ module).

    Autocompletion conveniently displays type and resolved value of suggested HOCON entries and is also integrated with Quick Documentation action.

    autocompletion.gif

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].