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

Summary: Go to declaration for Sass file references
Product: web Reporter: Christian Lenz <chrizzly>
Component: CSS Preprocessors (SASS, LESS, ...)Assignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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.