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

No completions after nested selectors #61

Closed
aczekajski opened this issue Jan 15, 2018 · 0 comments · Fixed by #188
Closed

No completions after nested selectors #61

aczekajski opened this issue Jan 15, 2018 · 0 comments · Fixed by #188
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@aczekajski
Copy link

Given the following piece of SCSS code

div {
  &:hover {
    /* ... */
  }
  [CURSOR HERE]
}

when you invoke doComplete from SCSS language service at the denoted place, it returns no completions.

@aeschli aeschli added this to the Backlog milestone Jan 15, 2018
@aeschli aeschli changed the title Problem with completions after nested selectors No completions after nested selectors Jan 15, 2018
@aeschli aeschli added the feature-request Request for new features or functionality label Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants