如何在 IntelliJ IDEA 10.5 中对 SCSS 文件使用代码完成?
一般来说,SCSS 文件是具有一些特殊功能的 CSS 文件。当我想在项目中编辑 *.sass 文件时,我注意到 IntelliJ 知道该文件类型,但根本没有代码完成。我知道 IntelliJ 具有 CSS 文件的代码完成功能。
只需进入“IDE 设置”/“文件类型”/“级联样式表”并向其中添加“.sass”和“.scss”,即可为普通 CSS 对此文件带来自动补全功能。
有没有一种方法可以启用(添加)sass 的所有特殊功能到 IntelliJ 自动完成功能,例如“lighten()”等功能?
In general SCSS files are CSS files with some special features. When i want to edit a *.sass file in my project i noticed that IntelliJ knows that file type but there is no code completion at all. I know IntelliJ has code completion for CSS files.
Just going to "IDE Settings" / "File Types" / "Cascading style sheets" and adding ".sass" and ".scss" to it, brings auto completion to this file for normal CSS.
Is there a way to enable (add) all the special features of sass to the IntelliJ auto completion for functions like "lighten()" etc., too?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JetBrains 问题跟踪器 中有几张与此相关的票证,以这个为例。幸运的是,他们似乎计划尽快修复它。
There are several tickets related to this in the JetBrains issue tracker, this one for example. Fortunately, it seems they plan on fixing it soon though.