Sass editor goto declaration does not work for import statements when using the shorthand method of refering to the partial file

Problem: goto declaration does not work for import statements when using the shorthand method of refering to the partial file

Product / version: Rubymine 2.5 EAP 97.39.

OS: Windows 7 professional 32 bit

Test case:

@import "utilities/general";

What is the expected output? What do you see instead?
With the caret within the word 'general' in the above import statement, executing the Goto declaration should open the partial file (in this case '_general.scss'). Instead the editor does nothing.

0
Avatar
Permanently deleted user

Hello,

Issue in RubyMine's bugtracker is welcome http://youtrack.jetbrains.net/issues/RUBY
In this case you'll get notified once it's fixed.

Best regards,
Oleg

0

请先登录再写评论。