Jessica He
Jessica He
Yes I'm interested!
I believe this setting is already supported by https://github.com/eclipse/lemminx/blob/4cd0a5419e2dcb42752102f4b10cd5f969770158/org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/format/DOMElementFormatter.java#L93 It also passes the first 3 tests in https://github.com/eclipse/lemminx/blob/4cd0a5419e2dcb42752102f4b10cd5f969770158/org.eclipse.lemminx/src/test/java/org/eclipse/lemminx/services/format/experimental/XMLFormatterEmptyElementsTest.java#L34 Is the idea here to try to further support this with some...
Yes I'm interested!
@fbricon What do you think of this idea?
There are still a few tests that I have left: `testDTDElementContentWithAsterisk` & `testBadDTDFile` * recognizes the node as an ELEMENT_NODE and not DOCUMENT_TYPE_NODE. Do we want to format in this...
I'm interested in working on this issue!
As a side note, I run into the following problem while in debug mode sometimes: ``` ERROR: transport error 202: bind failed: Address already in use ERROR: JDWP Transport dt_socket...
I'm interested in working on this!
We currently display the hover result in markdown code with the language java so that it handles syntax coloration.  If we wanted to insert the links,...