atom-community / atom-community/autocomplete-paths
How to use autocomplete paths with scss mixins ?
Open
- Dominant language
- JavaScript
- Stars
- 152
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Is it possible to use autocomplete paths to complete scss mixins variables ? Like:
```
@mixin backgroundImage($filename,$couleur:transparent,$position:top left,$repeat: no-repeat) {
background: $couleur url('#{$imagedir}#{$filename}') $position $repeat;
}
```
Thanks
Contributor guide
Research direction
No implementation files, tests, or entry points are named. Start by locating the repository's SCSS and path-completion handling, then review existing autocomplete tests; done would require a defined, tested behavior for completing paths in SCSS mixin variables.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, scss
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100