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

Add completions for closing tag name #24532

Closed
mhegazy opened this issue May 31, 2018 · 1 comment
Closed

Add completions for closing tag name #24532

mhegazy opened this issue May 31, 2018 · 1 comment
Labels
Domain: Completion Lists The issue relates to showing completion lists in an editor Suggestion An idea for TypeScript

Comments

@mhegazy
Copy link
Contributor

mhegazy commented May 31, 2018

TypeScript Version: 3.0.0-dev.201xxxxx

Search Terms:

Code

var x = <Comp> <|  // Completion here

Expected behavior:

The list should contain /Comp>.

Actual behavior:

No completion list

Playground Link:

Related Issues: #20811

@mhegazy mhegazy added the Bug A bug in TypeScript label May 31, 2018
@mhegazy mhegazy added this to the TypeScript 3.0 milestone May 31, 2018
@mhegazy mhegazy assigned ghost May 31, 2018
@mhegazy mhegazy added the Domain: Completion Lists The issue relates to showing completion lists in an editor label May 31, 2018
@ghost
Copy link

ghost commented Jun 7, 2018

Don't think this is necessary now that we have #24543; we also already have a completion after / is typed, so this would only save a single character, that you would probably have to type anyway to select the completion out of the list.

@ghost ghost closed this as completed Jun 7, 2018
@ghost ghost added Suggestion An idea for TypeScript and removed Bug A bug in TypeScript labels Jun 7, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Domain: Completion Lists The issue relates to showing completion lists in an editor Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

1 participant