Skip to content
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

Closed
NikolasKomonen opened this issue Mar 6, 2019 · 1 comment
Closed

Dont autoclose tag if the closing tag already exists. #314

NikolasKomonen opened this issue Mar 6, 2019 · 1 comment
Assignees
Labels
completion This issue or enhancement is related to completion support enhancement New feature or request
Milestone

Comments

@NikolasKomonen
Copy link
Contributor

When I start with:

<a  </a>

then type '>'

the result is:

<a></a> </a>

Fix this so nothing happens in this case.

@NikolasKomonen NikolasKomonen self-assigned this Mar 6, 2019
@fbricon fbricon added enhancement New feature or request completion This issue or enhancement is related to completion support labels Mar 6, 2019
@fbricon
Copy link
Contributor

fbricon commented Mar 6, 2019

IntelliJ IDEA does it properly too

NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 8, 2019
@NikolasKomonen NikolasKomonen modified the milestone: v0.5.0 Mar 8, 2019
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 12, 2019
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 12, 2019
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 13, 2019
NikolasKomonen added a commit to NikolasKomonen/lsp4xml that referenced this issue Mar 13, 2019
fbricon pushed a commit that referenced this issue Mar 13, 2019
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]>
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
Projects
None yet
Development

No branches or pull requests

2 participants