intellij-snakeyaml icon indicating copy to clipboard operation
intellij-snakeyaml copied to clipboard

SnakeYAML parser for Intellij IDEA platform IDEs

Results 19 intellij-snakeyaml issues
Sort by recently updated
recently updated
newest added

2016-07-13 17:31:38,771 [ 90803] ERROR - napi.project.CacheUpdateRunner - Error while indexing master.yaml To reindex this file IDEA has to be restarted java.lang.IllegalStateException: Unexpected termination offset for lexer lv.kid.vermut.intellij.yaml.lexer.YamlHighlightingLexer@40e87856 at com.intellij.openapi.editor.ex.util.LexerEditorHighlighter.a(LexerEditorHighlighter.java:350)...

I have to idea if it's possible ( or already existing) but I would like to right click to get the .property format. if I have ``` --- eureka: client:...

Using PyCharm `CE 2016.1.2.` I have the following problem: - `.gitlab-ci.yml` files are not recognized by the SnakeYaml Plugin, PyCharm just recommends installing another plugin. - any other `.yml` file...

YAML does allow duplicated keys, however it would be nice feature to highlight duplicated keys with warning

The following snippet comes from a Openstack Heat Template and the literal expression found in 'resources.master_wc_notify.properties.config.str_replace.template' causes major problems to PyCharm. ``` resources: enable_etcd: type: "OS::Heat::SoftwareConfig" properties: group: ungrouped config:...

source see gist 15:52:40 IllegalStateException Error while indexing C:\Users\PVeretennikovs\IdeaProjects\its-cloud\salt\state\mysql\user.sls To reindex this file IDEA has to be restarted: Unexpected termination offset for lexer lv.kid.vermut.intellij.yaml.lexer.YamlHighlightingLexer@9dc1bc 15:52:43 IllegalStateException Error while indexing C:\Users\PVeretennikovs\IdeaProjects\its-cloud\salt\state\windows\registry.sls...

IDE always resets custom attributes for identifiers in "Editor>Colors&Fonts>SnakeYAML" on "Apply"/"OK" button click. (IntelliJ IDEA 15.0.3)

Source yaml ``` --- my_root: - key: value - key: value --- my_root: - key: value ``` Actual bread crumbs - _ - my_root - my_root / key - my_root...

java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:208) at com.intellij.lang.impl.PsiBuilderImpl.createComposite(PsiBuilderImpl.java:1297) at com.intellij.lang.impl.PsiBuilderImpl.access$4000(PsiBuilderImpl.java:50) at com.intellij.lang.impl.PsiBuilderImpl$ASTConverter.apply(PsiBuilderImpl.java:1688) at com.intellij.lang.impl.PsiBuilderImpl$ConvertFromTokensToASTBuilder.nodeInserted(PsiBuilderImpl.java:973) at com.intellij.lang.impl.PsiBuilderImpl$ConvertFromTokensToASTBuilder.nodeInserted(PsiBuilderImpl.java:955) at com.intellij.util.diff.DiffTree.build(DiffTree.java:136) at com.intellij.util.diff.DiffTree.diff(DiffTree.java:44) at com.intellij.psi.impl.BlockSupportImpl.diffTrees(BlockSupportImpl.java:395) at com.intellij.lang.impl.PsiBuilderImpl.merge(PsiBuilderImpl.java:997) at com.intellij.lang.impl.PsiBuilderImpl.buildTree(PsiBuilderImpl.java:901) at com.intellij.lang.impl.PsiBuilderImpl.getTreeBuilt(PsiBuilderImpl.java:892) at lv.kid.vermut.intellij.yaml.parser.YamlPsiParser.parse(YamlPsiParser.java:50) at com.intellij.psi.tree.ILazyParseableElementType.doParseContents(ILazyParseableElementType.java:58) at...