Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-4290

SCSS interpolation is not supported

Attach filesAttach ScreenshotVotersWatch issueWatchersLinkUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    Description

      Hello,

      for some time (I've been lazy/busy to report) the following code compiles fine, but marks SCSS files in editor as broken.

      Example code:

      $i: 1;
      .selector
      {
          &--#{$i}    // <-- Unexpected token HASH_SYMBOL found
          {
              ...
          }
          &__#{$i}    // <-- Unexpected token IDENT found
          {
              ...
          }
      }
      

      The real problem is, when a file is marked as with errors, compiler does not always detect changes and does not recompile when some of imported files changes.

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            matthiasblaesing Matthias Bläsing
            sKopheK Libor
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment