gencer / SCSS-Everywhere

A Visual Studio Code extension that provides CSS class and ID atttribute completion with incremental build and usage explorer for the HTML class attribute based on the CSS/Template files in your workspace. Also supports React's className attribute.
https://marketplace.visualstudio.com/items?itemName=gencer.html-slim-scss-css-class-completion
MIT License
24 stars 9 forks source link

Double period insert in a `.slim` file #35

Closed ise-tang closed 5 years ago

ise-tang commented 5 years ago

OS: macOS 10.14.5 VSCode: 1.34.0 Extension: 1.5.14

When I choice suggestion, Double period insert. I want to insert only one period. dupulicate_period

Intellisense in class cause, it work fine. class

Can I fix this by some setting ?

I'm sorry poor English. Thanks.

gencer commented 5 years ago

Fix is in the master branch. Will publish when I completely solve #33.

gencer commented 5 years ago

Please try this build: html-slim-scss-css-class-completion-1.5.15.zip

You can install this on extension panel.

ise-tang commented 5 years ago

@gencer

Please try this build: html-slim-scss-css-class-completion-1.5.15.zip

It work fine ! Thanks !