Given the following piece of SCSS code ```scss div { &:hover { /* ... */ } [CURSOR HERE] } ``` when you invoke `doComplete` from SCSS language service at the denoted place, it returns no completions.
Given the following piece of SCSS code
when you invoke
doCompletefrom SCSS language service at the denoted place, it returns no completions.