forcedotcom / salesforcedx-vscode-slds

BSD 3-Clause "New" or "Revised" License
27 stars 11 forks source link

Disables Emmet Suggestions in VS Code #73

Open Smokushka opened 4 years ago

Smokushka commented 4 years ago

Summary

When Installing the extension the Emmet Autocompletion feature in VS Code Stops working correctly. (The pop-up window with standard suggestions disappears)

Steps To Reproduce:

  1. Install Extension
  2. Open up any ".html" file
  3. Start typing "li"

Expected result

Emmet Popup window with suggestions should appear (see the picture)

Actual result

Nothing happens

Additional information

Feel free to attach a screenshot.

VS Code Version: 1.48.2 SFDX CLI Version: sfdx-cli/7.70.1-3d8a6229fc darwin-x64 node-v12.18.3 OS and version: MacOs Catalina v10.15.6

Screen Shot 2020-09-02 at 3 55 15 PM
git2gus[bot] commented 4 years ago

This issue has been linked to a new work item: W-8090725

swervo commented 3 years ago

Is there any news on this please? Or maybe a workaround? It's a big productivity killer. I'm seeing slightly different behaviour - if I open a new html file emmet works as expected. But if I try and use emmet inside a LWC .html file it doesn't work.

billyma commented 3 years ago

As a temporary workaround, you can Disable Auto-Suggest within SLDS until the issue is resolved. We are working on addressing the issue.

swervo commented 3 years ago

Thank-you @billyma that worked for me. I actually disabled the SLDS Validator plugin. setting auto-suggest to false didn't fix it for me.