本文主要是介绍Inspection info: Spellchecker inspection helps locate typos and misspelling in your code【拼写错误的警告】,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在python,print输出中定义的变量(fabs)会显示一条绿色的波浪线。
用Crl+F1查看提示如下
Typo: In word ‘fabs’ less… (Ctrl+F1)
Inspection info: Spellchecker inspection helps locate typos and misspelling in your code, comments and literals, and fix them in one click.
大致的意思就是有一个检查单词拼写的功能,提示我这个变量可能是个拼错的单词。
拼写错误的提示代码示例
typo是拼写错误的一个检索,若在effects中勾选了,那么疑似有拼错单词的变量则会出现波浪线
可在如下file–settings–typo–effects中将勾选去掉就正常了。
这篇关于Inspection info: Spellchecker inspection helps locate typos and misspelling in your code【拼写错误的警告】的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!