springeye / vue-for-idea

This is vue plugin for idea
https://plugins.jetbrains.com/plugin/9188
BSD 3-Clause "New" or "Revised" License
321 stars 45 forks source link

Style elements aren't implementing style type context correctly #1

Closed Glutnix closed 8 years ago

Glutnix commented 8 years ago

If I have


<style lang="scss">
  .Alert {
    $color: #ddd;
    position: relative;
    background: $color;
    border: 1px solid darken($color, 10%);
    padding: 1em;
  }
</style>

I'm not getting the same SCSS treatment that I would be getting in an actual SCSS file. SCSS syntax highlighting isn't being applied, autocompletes aren't autocompleting.

At very least, the errors I'm getting within the style attribute don't seem to be SCSS errors but CSS errors:

PhpStorm 10.0.2, vue-for-idea 1.0.1.

springeye commented 8 years ago

@Glutnix Thank you. The first time I intend to develop a complete full idea plug-ins, because I like vue. So is learning, the problem may need some time before I deal with!

springeye commented 8 years ago

Already exist Similar problems issues 3