This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243347 - Go to declaration for Sass file references
Summary: Go to declaration for Sass file references
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-28 10:29 UTC by Christian Lenz
Modified: 2014-10-06 13:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2014-03-28 10:29:37 UTC
This is my scss code example inside main.scss: http://pastebin.com/pbnqaLLM


and this is my folder structure:

Project
   public_html
      sass
         main.scss
         _mixin.scss


When I try to go to navigation, the first 3 examples:

@import "mixin";
@import "_mixin";
@import "mixin.scss";

I only hear a "BING" and nothing happens.

only the last one with the full filename is working. But as I know if the syntax correct and the file looks like _mixin.scss, @import "mixin" is enough as I see it here: http://sass-lang.com/guide#topic-5.


Regards

Chris
Comment 1 Vladimir Riha 2014-03-31 05:49:35 UTC
reproducible

Product Version: NetBeans IDE 8.0 (Build 201403101706)
Java: 1.8.0; Java HotSpot(TM) Client VM 25.0-b70
Runtime: Java(TM) SE Runtime Environment 1.8.0-b132
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 2 Marek Fukala 2014-07-17 13:39:16 UTC
This has never worked - the generic css go to file works just for real file paths.