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

[scss] No autocomplete for built-in functions inside maps #59678

Closed
usernamehw opened this issue Sep 29, 2018 · 0 comments
Closed

[scss] No autocomplete for built-in functions inside maps #59678

usernamehw opened this issue Sep 29, 2018 · 0 comments
Assignees
Labels
css-less-scss Issues and items concerning CSS,Less,SCSS styling feature-request Request for new features or functionality
Milestone

Comments

@usernamehw
Copy link
Contributor

usernamehw commented Sep 29, 2018

Issue Type: Bug

$something: #fff;
$map: (
    key: transparentize($something, 0.4),
);

There is no autocomplete for transparentize and some other functions (mix, lighten, darken, red, rgb, saturate ...) inside the map definition.


VS Code version: Code - Insiders 1.28.0-insider (caaa536, 2018-09-28T05:18:20.266Z)
OS version: Windows_NT x64 10.0.17134

@vscodebot vscodebot bot added the insiders label Sep 29, 2018
@aeschli aeschli added this to the Backlog milestone Oct 2, 2018
@aeschli aeschli added the css-less-scss Issues and items concerning CSS,Less,SCSS styling label Oct 2, 2018
@aeschli aeschli changed the title [SCSS] No autocomplete for built-in functions inside maps [scss] No autocomplete for built-in functions inside maps Oct 2, 2018
@octref octref added feature-request Request for new features or functionality and removed insiders labels Oct 2, 2018
@octref octref removed their assignment May 1, 2020
@usernamehw usernamehw closed this as not planned Won't fix, can't repro, duplicate, stale Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-less-scss Issues and items concerning CSS,Less,SCSS styling feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants