-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dont autoclose tag if the closing tag already exists. #314
Labels
completion
This issue or enhancement is related to completion support
enhancement
New feature or request
Milestone
Comments
fbricon
added
enhancement
New feature or request
completion
This issue or enhancement is related to completion support
labels
Mar 6, 2019
IntelliJ IDEA does it properly too |
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Mar 8, 2019
Fixes eclipse-lemminx#314 Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Mar 12, 2019
Fixes eclipse-lemminx#314, eclipse-lemminx#239 Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Mar 12, 2019
Fixes eclipse-lemminx#314, eclipse-lemminx#239 Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Mar 13, 2019
Fixes eclipse-lemminx#314, eclipse-lemminx#239 Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Mar 13, 2019
Fixes eclipse-lemminx#314, eclipse-lemminx#239 Signed-off-by: Nikolas Komonen <[email protected]>
fbricon
pushed a commit
that referenced
this issue
Mar 13, 2019
Fixes #314, #239 Signed-off-by: Nikolas Komonen <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Aug 27, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
Merged
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Aug 31, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Sep 3, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Sep 3, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Sep 3, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Sep 8, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Sep 10, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Sep 29, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Oct 19, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Oct 22, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Oct 23, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Oct 23, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Oct 23, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
pushed a commit
to datho7561/lemminx
that referenced
this issue
Nov 3, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Pnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: Fred Bricon <[email protected]> Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 4, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 4, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 12, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 24, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 24, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 24, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 25, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 30, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 30, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 30, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 30, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 30, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Nov 30, 2020
Use GraalVM's `native-image` feature to generate a executable. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Also includes two CI/CD strategies for the native image: * Jenkinsfile * Github Action Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Dec 3, 2020
Use GraalVM's `native-image` feature to generate a executable. To test, install GraalVM and the native-image tool, then set JAVA_HOME to the GraalVM installation. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Includes a GitHub Action in order to run builds of the binary on PRs for testing purposes. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Dec 3, 2020
Use GraalVM's `native-image` feature to generate a executable. To test, install GraalVM and the native-image tool, then set JAVA_HOME to the GraalVM installation. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Includes a GitHub Action in order to run builds of the binary on PRs for testing purposes. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Dec 10, 2020
Use GraalVM's `native-image` feature to generate a executable. To test, install GraalVM and the native-image tool, then set JAVA_HOME to the GraalVM installation. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Includes a GitHub Action in order to run builds of the binary on PRs for testing purposes. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
to datho7561/lemminx
that referenced
this issue
Dec 10, 2020
Use GraalVM's `native-image` feature to generate a executable. To test, install GraalVM and the native-image tool, then set JAVA_HOME to the GraalVM installation. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Includes a GitHub Action in order to run builds of the binary on PRs for testing purposes. Adopted from [PR 673](eclipse-lemminx#673) A part of eclipse-lemminx#314. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
that referenced
this issue
Dec 11, 2020
Use GraalVM's `native-image` feature to generate a executable. To test, install GraalVM and the native-image tool, then set JAVA_HOME to the GraalVM installation. Run `./mvnw package -Dnative -DskipTests` in order to generate an executable under `org.eclipse.lemminx/target`. Includes a GitHub Action in order to run builds of the binary on PRs for testing purposes. Adopted from [PR 673](#673) A part of #314. Signed-off-by: David Thompson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
completion
This issue or enhancement is related to completion support
enhancement
New feature or request
When I start with:
<a </a>
then type '>'
the result is:
Fix this so nothing happens in this case.
The text was updated successfully, but these errors were encountered: