typesafe-config-eclipse
typesafe-config-eclipse copied to clipboard
An Eclipse plugin for Typesafe Config files
This link now returns "forbidden": https://dl.bintray.com/dragos/typesafe-config-eclipse/ Can the update site be re-posted somewhere else?
The editor closes a string on the first non-escaped double quote. This should not be done in presence of the triple-quote. The following is an example of something that, for...
I think backslash in strings should not be always considered an error if no escape sequence is recognized. The following, for instance, is absolutely ok in a Morphline configuration files...
If you have the following config you get a syntax error on the second line saying "no viable alternative at input '['". ``` foo: [1, 2] bar: ${foo} [3] ```
Fix #4
Not sure where the formatter settings for this come from in the Eclipse preferences as there is nothing under Hocon. 1. I cannot tell it to use Spaces instead of...
We should be able to hyperlink from substitutions to their definition (`${foo.bar}`), or objects/fields.
Allow completion inside path expressions, based on what has other keys there are in the current object.