intellij-hocon
Standalone HOCON plugin for IntelliJ IDEA
File Explorer
Download Latest Version (.zip)- ci.yml
- clean.yml
- codeStyleConfig.xml
- .gitignore
- autocompletion.gif
- breadcrumbs.png
- classreferences.gif
- gotoprevnext.gif
- includeresolution.gif
- movestatement.gif
- quickdoc.png
- stringlitrefs.gif
- substitutionresolution.gif
- syntaxhighlighting.png
- build.properties
- plugins.sbt
- HoconDarcula.xml
- HoconDefault.xml
- property.png
- property.svg
- hocon-java.xml
- plugin.xml
- HoconCodeStyleSettingsProvider.scala
- HoconCustomCodeStyleSettings.java
- HoconLanguageCodeStyleSettingsProvider.scala
- EnterInHashCommentHandler.scala
- HoconCommenter.scala
- HoconCommentJoinLinesHandler.scala
- HoconEnterBetweenBracesHandler.scala
- HoconObjectEntryMover.scala
- HoconQuoteHandler.scala
- HoconBlock.scala
- HoconFormatter.scala
- HoconFormattingModelBuilder.scala
- HoconColorSettingsPage.scala
- HoconHighlighterColors.scala
- HoconHighlightUsagesHandlerFactory.scala
- HoconSyntaxHighlighter.scala
- HoconSyntaxHighlightingAnnotator.scala
- indices.scala
- HoconFileType.scala
- HoconLanguage.scala
- HoconLexer.scala
- HoconTokenSets.scala
- HoconTokenType.scala
- HKeyManipulator.scala
- HStringManipulator.scala
- HoconBraceMatcher.scala
- HoconBreadcrumbsInfoProvider.scala
- HoconDocumentationProvider.scala
- HoconFoldingBuilder.scala
- HoconStructureViewFactory.scala
- gotoHandlers.scala
- HoconFindUsagesHandler.scala
- HoconGotoSymbolContributor.scala
- HoconReadWriteAccessDetector.scala
- HoconElementSets.scala
- HoconElementType.scala
- HoconErrorHighlightingAnnotator.scala
- HoconParserDefinition.scala
- HoconPsiParser.scala
- HoconPsiElement.scala
- HoconPsiElementFactory.scala
- HKeyReference.scala
- HoconIncludeResolutionInspection.scala
- HoconJavaReferenceContributor.scala
- HoconPropertiesReferenceProvider.scala
- HoconPropertyLookupElement.scala
- HoconQualifiedNameProvider.scala
- HoconReferenceContributor.scala
- HStringJavaClassReferenceProvider.scala
- IncludedFileReferenceProvider.scala
- IncludedFileReferenceSet.scala
- PackageDirsEnumerator.scala
- ConfigValue.scala
- ResolutionCtx.scala
- HoconProjectSettings.scala
- HoconProjectSettingsConfigurable.scala
- HoconProjectSettingsPanel.form
- HoconProjectSettingsPanel.java
- HoconConstants.scala
- package.scala
- HoconCompletionTest.scala
- HoconEditorActionTest.scala
- HoconFormatterTest.scala
- HoconIncludeResolutionTest.scala
- HoconMultiModuleIncludeResolutionTest.scala
- HoconSingleModuleIncludeResolutionTest.scala
- HoconLexerTest.scala
- HoconManipulatorTest.scala
- HoconStructureViewTest.scala
- HoconNavigationTest.scala
- HoconParserTest.scala
- HoconCopyReferenceTest.scala
- JavaClassReferenceTest.scala
- JavaLiteralHoconReferenceTest.scala
- HoconResolutionTest.scala
- HoconFindUsagesTest.scala
- HoconHighlightUsagesTest.scala
- HoconActionTest.scala
- HoconFileSetTestCase.scala
- HoconMultiModuleTest.scala
- HoconSingleModuleTest.scala
- HoconTestUtils.scala
- TestSuiteCompanion.scala
- nested.test
- nestedInArray.test
- nestedInner.test
- simple.test
- simpleInner.test
- substitution.test
- substitutionInner.test
- braces.test
- brackets.test
- doubleSlashEnd.test
- doubleSlashInside.test
- enterBeforeHash.test
- hashEnd.test
- hashInside.test
- nested.test
- simple.test
- simple.test
- hashSlash.test
- moreSpaces.test
- moveCaret.test
- nested.test
- nospace.test
- simpleDoubleSlash.test
- simpleHash.test
- slashHash.test
- simple.test
- adjacent1.test
- adjacent10.test
- adjacent2.test
- adjacent3.test
- adjacent4.test
- adjacent5.test
- adjacent6.test
- adjacent7.test
- adjacent8.test
- adjacent9.test
- inout1.test
- inout10.test
- inout2.test
- inout3.test
- inout4.test
- inout5.test
- inout6.test
- inout7.test
- inout8.test
- inout9.test
- descend1.test
- adjacent1.test
- adjacent10.test
- adjacent2.test
- adjacent3.test
- adjacent4.test
- adjacent5.test
- adjacent6.test
- adjacent7.test
- adjacent8.test
- adjacent9.test
- inout1.test
- inout10.test
- inout2.test
- inout3.test
- inout4.test
- inout5.test
- inout6.test
- inout7.test
- inout8.test
- inout9.test
- circular.test
- circular2.test
- fullPath.test
- innerSelfReferential.test
- invalidPathPrefix.test
- pathPrefix.test
- selfReferential.test
- included.conf
- inner.conf
- inner2.conf
- innerSub.conf
- toplevel.conf
- toplevelSub.conf
- reference.conf
- LibMain.java
- LibMain.kt
- reference.conf
- Main.java
- Main.kt
- application.conf
- reference.conf
- LibMain.java
- LibMain.kt
- reference.conf
- Main.java
- Main.kt
- application.conf
- arraysAlignWhenMultiline.test
- arraysNewLineAfterLbracket.test
- arraysRbracketOnNextLine.test
- arraysWrapAlways.test
- arraysWrapChopDown.test
- arraysWrapIfLong.test
- arraysWrapNever.test
- blankLines.test
- indentation.test
- keepCommentsAtFirstColumn.test
- noKeepCommentsAtFirstColumn.test
- noSpaceAfterAssignment.test
- noSpaceAfterColon.test
- noSpaceAfterComma.test
- noSpaceAfterPathBeforeLbrace.test
- noSpaceAfterQmark.test
- noSpaceBeforeAssignment.test
- noSpaceBeforeColon.test
- noSpaceBeforeComma.test
- noSpaceWithinBrackets.test
- noSpaceWithinIncludeQualifierParens.test
- noSpaceWithinObjectBraces.test
- noSpaceWithinSubstitutionBraces.test
- objectEntriesWrapAlways.test
- objectEntriesWrapIfLong.test
- objectEntriesWrapNever.test
- objectFieldsAssignmentOnNextLine.test
- objectFieldsColonOnNextLine.test
- objectsAlignWhenMultiline.test
- objectsNoNewLineAfterLbrace.test
- objectsRbraceNotOnNextLine.test
- objectsWrapAlways.test
- objectsWrapChopDown.test
- objectsWrapIfLong.test
- objectsWrapNever.test
- spaceAfterAssignment.test
- spaceAfterColon.test
- spaceAfterComma.test
- spaceAfterPathBeforeLbrace.test
- spaceAfterQmark.test
- spaceBeforeAssignment.test
- spaceBeforeColon.test
- spaceBeforeComma.test
- spaceWithinBrackets.test
- spaceWithinIncludeQualifierParens.test
- spaceWithinObjectBraces.test
- spaceWithinSubstitutionBraces.test
- spacing.test
- differentTexts.conf
- inArrayElement.conf
- nested.conf
- simple.conf
- single.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.conf
- including.conf
- included.properties
- included.json
- included.properties
- included.conf
- included.json
- included.properties
- included.conf
- including.conf
- Main.java
- application.conf
- Main.java
- application.conf
- assignment.test
- badchars.test
- badSubstitution.test
- braces.test
- brackets.test
- comments.test
- complex.test
- dots.test
- multiline.test
- optionalSubstitution.test
- quoting.test
- SCL8593.test
- substitution.test
- unclosedSubstitution.test
- dotAppearInKey.test
- multipleParts.test
- quotedWithEscaping.test
- simpleInKey.test
- simpleMultiline.test
- simpleQuoted.test
- simpleUnquoted.test
- unquotedForbiddenChars.test
- unquotedToEmpty.test
- unquotedWhitespace.test
- unquotedWithEscaping.test
- dotAppearInKey.test
- dotAppearInValue.test
- quotedWithEscaping.test
- simpleInInclude.test
- simpleInKey.test
- simpleMultiline.test
- simpleQuoted.test
- simpleUnquoted.test
- unclosedQuoted.test
- unquotedForbiddenChars.test
- unquotedToEmpty.test
- unquotedWhitespace.test
- unquotedWithEscaping.test
- array.test
- badCharactersInKey.test
- badCharactersInValue.test
- badIncludeTarget.test
- boolean.test
- commentsBinding.test
- concatenations.test
- danglingComma.test
- documentationComments.test
- dollarInKey.test
- dollarInPath.test
- dollarInValue.test
- dotsInValues.test
- expectedArrayElement.test
- expectedAssignment.test
- expectedEof.test
- expectedFieldValue.test
- expectedObjectField.test
- expectedObjectFieldToplevel.test
- expectedPathInSub.test
- expectedQuotedStringInclude.test
- expectedRbrace.test
- expectedRbracket.test
- expectedRparen.test
- expectedSubRbrace.test
- fieldSeparators.test
- include.test
- includeModifierBadSpace.test
- keyvalues.test
- keyWhitespaceBinding.test
- malformedUrl.test
- multilineInclude.test
- multilineKeyValue.test
- multipleDotsInPath.test
- nullValue.test
- numbers.test
- objectEntriesGreedyBinding.test
- objects.test
- path.test
- stringconcat.test
- substitutions.test
- toplevelArray.test
- toplevelObject.test
- unclosedMultilineString.test
- unclosedQuotedString.test
- unexpectedTokenAfterValue.test
- unquotedInclude.test
- application.conf
- included.conf
- moreIncluded.conf
- nestedIncluded.conf
- reference.conf
- .git-blame-ignore-revs
- .gitignore
- .scala-steward.conf
- .scalafmt.conf
- build.sbt
- LICENSE.txt
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
