如何去除Pycharm中重复单词的警告?
How to remove the warning of repeated words in Pycharm?
我已禁用拼写错误,但我仍然在 PyCharm 中收到如下检查警告(“拼写错误:您重复了一个字”)。我怎样才能摆脱它们而不每次都手动忽略它们?在我的领域,我重复了不是错误的单词(基因)。
显示此问题的示例:
# test test
- Python 3.10.2
- Pycharm 2021.3
- Windows 11
我找到窍门了。其实是因为grammar inspection, and not the typo inspection需要取消勾选
我已禁用拼写错误,但我仍然在 PyCharm 中收到如下检查警告(“拼写错误:您重复了一个字”)。我怎样才能摆脱它们而不每次都手动忽略它们?在我的领域,我重复了不是错误的单词(基因)。
显示此问题的示例:
# test test
- Python 3.10.2
- Pycharm 2021.3
- Windows 11
我找到窍门了。其实是因为grammar inspection, and not the typo inspection需要取消勾选