简体   繁体   English

注释对WebStorm / PhpStorm中的Sass文件的支持

[英]Comment support for Sass files in WebStorm/PhpStorm

Is it possible to get WebStorm/PhpStorm to support the /** comment notations in a .scss file. 是否有可能得到WebStorm / PhpStorm支持/**注释符号在.scss文件。

In a .js file for example when you type /** and go to the next line, the IDE will automatically close the comment, and add a comment line eg: 例如,在.js文件中,键入/**并转到下一行时,IDE将自动关闭注释,并添加注释行,例如:

/**
 *   < Automatically added
 */  < Automatically added

This functionality if not currently supported for .scss files (or any other CSS-alike files). .scss文件(或任何其他类似CSS的文件)当前不支持此功能。

https://youtrack.jetbrains.com/issue/WEB-6795 -- watch this ticket (star/vote/comment) to get notified on any progress. https://youtrack.jetbrains.com/issue/WEB-6795-观看这张票(star / vote / comment)以获得任何进展的通知。

PS Try pinging devs in the ticket -- see what they have to say about current status .. because so far it's not planned to be implemented for any specific version. PS尝试对票证中的开发人员执行ping操作-查看他们对当前状态的看法..因为到目前为止,尚未计划将其用于任何特定版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM