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

CSS Tab Completions giving unexpected results ? #26792

Closed
praveenpuglia opened this issue May 17, 2017 · 4 comments
Closed

CSS Tab Completions giving unexpected results ? #26792

praveenpuglia opened this issue May 17, 2017 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) emmet Emmet related issues

Comments

@praveenpuglia
Copy link
Contributor

praveenpuglia commented May 17, 2017

  • VSCode Version: 1.12.2
  • OS Version: MacOS sierra 10.12.4

List of installed extensions

Steps to Reproduce:

Expected

//type and hit tab.
df --> display: flex;
posa --> position: absolute;

Actual

//type and hit tab
df --> stroke-dashoffset: 
posa --> padding-block-start: 

The funny thing is, if I hit undo and hit tab again, they give me the desired result. So

df --> stroke-dashoffset: **UNDO** df --> display: flex;

NOTE: The problem exists in the insiders build, 1.13.0 too with ZERO extensions installed.

@praveenpuglia praveenpuglia changed the title CSS Tab Completions giving unexpected results from 1.12.2 CSS Tab Completions giving unexpected results ? May 17, 2017
@Tyriar Tyriar added the emmet Emmet related issues label May 17, 2017
@Tyriar
Copy link
Member

Tyriar commented May 17, 2017

I think this is emmet?

@ramya-rao-a
Copy link
Contributor

Duplicate of #1952

You can use #1952 (comment) as a workaround for now.

We are working on getting the emmet expansions in the suggestion list, when that is done you won't need the workaround. That work is tracked in #21943

@ramya-rao-a ramya-rao-a added the *duplicate Issue identified as a duplicate of another issue(s) label May 17, 2017
@praveenpuglia
Copy link
Contributor Author

Thanks a lot. Works as expected now! :)

@ramya-rao-a
Copy link
Contributor

@praveenpuglia See #1952 (comment) for updates on this issue. You can now get emmet abbreviation expansion in the suggestion list without giving up on quick suggestions

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) emmet Emmet related issues
Projects
None yet
Development

No branches or pull requests

3 participants