Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常在 javascript 中编码时,我会输入
funciton
代替
function
每当发生此特定错误时,我想自动更正此拼写错误。我怎样才能做到这一点?
试试Visual Studio Gallery中的Spell Checker和HTML Spell Checker扩展。
好吧,当您犯拼写错误或某种其他类型的语法错误时,Visual Studio 会在该语句下方显示一条红色草书线,就像您在 Microsoft Word中显示的那样。很多时候红线有点超前的错误,但错误肯定在红线之前的代码中。