Jessica He

Results 42 comments of Jessica He

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...

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...

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...

We currently display the hover result in markdown code with the language java so that it handles syntax coloration. ![Screenshot from 2023-04-28 12-25-59](https://user-images.githubusercontent.com/73968480/235202336-382f513f-c9a1-4936-b6ae-938066276cfa.png) If we wanted to insert the links,...