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

Code assistance is not complete #115

Closed Profesor08 closed 1 year ago

Profesor08 commented 1 year ago

Describe the bug Code assistance is not complete. For some properties it shows all available values, for some just half, for some nothing.

To Reproduce

  1. Create new ot open existing .scss file with some styles.
  2. Toggle suggestions for white-space property, there will be no one useful.
  3. Toggle suggestions for align-items property, there will be just some incomplete list of values, no start, end, etc related to grids.
  4. Toggle suggestions for overflow property, there will be all properties available.

Expected behavior To see all available values for property.

Screenshots

  1. There is OK image

  2. There is half. Expect to see start, end, etc in list. image

  3. There is nothing useful image

Additional context May be some dictionary, where are listed all properties with their values, isn't complete or broken.

TheRealSyler commented 1 year ago

this extension is for .sass only, .scss files are handled by a built in extension, i think you need to open a new issue in the vscode repo.

TheRealSyler commented 1 year ago

@Profesor08 i updated the data, some properties might have better completion now, but im pretty sure that the scss extension uses the same data source (npm @vscode/web-custom-data)