TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
44 stars 8 forks source link

Auto complete failure #38

Closed fuxichen closed 4 years ago

fuxichen commented 4 years ago

Describe the bug No attribute prompt after ‘display’ entered

To Reproduce

  1. Enter display

  2. Select dispaly at the prompt

  3. Press enter

  4. Automatic complete ‘display’

Expected behavior prompt [block、contents、flex、inline、inline-block]

Screenshots

1

2

3

Additional context

TheRealSyler commented 4 years ago

@15774211127 go to the settings and disable sass.autocomplete.useExperimentalData, i have also noticed that there are some problems with the experimental data, i will probably turn it off by default in the next version or if will see what i can do to improve the data.

dvdkon commented 3 years ago

This is still a problem for me and manually adding "sass.autocomplete.useExperimentalData": false doesn't help (it seems this option is not present in the current version).

TheRealSyler commented 3 years ago

@dvdkon yes that option was removed some time ago i think, i guess i need to update the readme, not sure why you are having that problem, feel free to open a new issue, add screenshots and the sass text so that i can reproduce the error.

dvdkon commented 3 years ago

All right, thanks for the quick reply!