【问题标题】:Remove underlines from feature files in IntelliJ从 IntelliJ 中的功能文件中删除下划线
【发布时间】:2019-08-27 02:45:00
【问题描述】:

如何从 IntelliJ 中的功能文件中删除下划线,指示拼写错误?

注意,我说的不是带下划线的变量,而是 Cucumber .feature 文件不是用英文写的。

【问题讨论】:

    标签: intellij-idea ide cucumber editor


    【解决方案1】:

    您需要将它们添加到 .idea/dictionaries 中

    例子:

    <component name="ProjectDictionaryState">
    <dictionary name="yourName">
    <words>
    <w>yourWord</w>
    </words>
    </dictionary>
    </component>
    

    【讨论】:

      【解决方案2】:

      你必须有插件:'Substeps IntelliJ Plugin';安装在你的 intellij 中。从首选项中卸载或禁用 intellig 中的此插件。并且只保留插件:'cucumber for java'。

      【讨论】:

        猜你喜欢
        • 2016-04-15
        • 2019-11-25
        • 2011-04-26
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2016-12-22
        • 2023-03-19
        • 2015-11-10
        相关资源
        最近更新 更多