如何从IntelliJ中的功能文件中删除下划线,指示错别字?
注意,我不是在谈论带下划线的变量,而是Cucumber .feature文件不是用英语编写的。
答案 0 :(得分:2)
您需要将它们添加到.idea / dictionaries
示例:
<component name="ProjectDictionaryState">
<dictionary name="yourName">
<words>
<w>yourWord</w>
</words>
</dictionary>
</component>
答案 1 :(得分:0)
您必须具有插件:“ Substeps IntelliJ插件”;安装在您的intellij中。从首选项中以intellig卸载或禁用此插件。并且只保留插件:“ cucumber for java”。