0

I use TextMate 2 for Ruby on Rails projects, and "Go To Symbol" command doesn't work for .SCSS files

I have tried to update my SCSS.tmBundle when I found these links go to symbol not supported? and https://github.com/MarioRicalde/SCSS.tmbundle/pull/21

Maybe I'm not updating the Bundle correctly ? What i did is locate this file in my Mac:

/Users/me/Library/Application Support/TextMate/Managed/Bundles/SCSS.tmBundle

delete and replace it:

git clone https://github.com/MarioRicalde/SCSS.tmbundle.git
  • Just one thing, the old one had 83kb, and this 666kb

¿What I'm missing?

4

1 回答 1

0

响应是关于 Git 和分叉的知识。

我找到了解决方案,但我不知道如何实现它:我从Github克隆了不正确的 repo

在此处输入图像描述

尽管它不能很好地工作......一种解决方案是替换注释的语法:

/* old comments */ 

// new comments
于 2014-11-12T13:59:21.087 回答