在WebStorm IDE中突出显示自定义语法结构

时间:2016-12-14 16:05:08

标签: javascript console webstorm

我的想法是在 console.log 中使用特定的注释语法,这些语法在代码中可见。例如:

console.log('<! here is very important comment, don\'t lose it'); // string itself is displayed as green bold text in IDE
// <! here is the sequence for detecting such strings

如何用自己的风格突出显示它们?

提前致谢!

1 个答案:

答案 0 :(得分:1)

无法突出显示具有当前功能的自定义功能/关键字。

https://youtrack.jetbrains.com/issue/IDEABKL-5473及相关门票 - 观看他们(明星/投票/评论)以获得有关任何进展的通知。

我现在可以建议的最好的方法是使用TODO comments:自定义标记和颜色会为您提供足够的可见性。

或者 - 尝试书签。它们不会突出显示代码..但会在“查看书签”窗口中的滚动条和导航上显示标记。