问题标签 [inspections]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
intellij-idea - Intellij IDE,如何禁用“意外令牌”警告检查结果
在 Intellij IDE 中,如何禁用Unexpected Token
警告?
我杀死了检查菜单中的所有选项。但它仍然折磨着我...
CSS 代码:
html - 如何调整 angularjs / html 的 Intellij 检查
我正在 intellij 中编写 angularjs 应用程序。在 html 模板中,我得到了很多正确代码的检查错误/警告):
translate="xx.yy.zz.oo" - 错误的属性值
class="row tile-element" - "期待新行或分号" (在两个类之间)
name="{{'xxx'+$index}}" - 需要标识符或字符串文字或数字文字
有没有一种简单的方法可以使检查变得合理?
intellij-idea - 仅将 IntelliJ 限制为仅检查当前文件
IntelliJ IDEA 在输入代码时会执行大量检查。到目前为止还可以,但我意识到它正在为所有可见文件执行此操作。
我喜欢并行打开许多文件,但这会导致我的 cpu 成为高性能加热系统。我发现打开一个或十个编辑器选项卡之间存在显着差异。
是否有 IntelliJ 仅检查当前选择的文件的选项?
更新:由于可能没有选择,我提出了一张票:https ://youtrack.jetbrains.com/issue/IDEA-193407