3

速度を上げるために .scss ファイルで IntelliSense を使用できるようにしたいのですが、ファイルの種類を関連付ける方法がわかりません。

Mindscape Web Workbench を使用してみましたが、その機能が私のニーズを満たしていないことがわかりました。

少し調査した結果、[ツール] > [オプション] > [テキスト エディター] > [ファイル拡張子] でファイル拡張子の関連付けを作成できることがわかりましたが、エディター DDL のオプションはいずれも CSS に適用できるようには見えませんでした。

4

1 に答える 1

1

In Visual Studio 2012, you can do the following:

Go to Tools > Options > Text editor > File Extension

Enter scss in the Extension box.

Select CSS Source Editor from the Editor box.

For Visual Studio 2010, CSS Source Editor doesn't appear to be an option. This extension appears to do what you ask for: ScssInCss.

于 2013-01-31T20:07:39.117 に答える