IntelliSense:微软(Microsoft)在 Visual Studio 等开发工具中的“智能代码提示/代码补全”功能,会根据上下文提供函数、参数、类型、变量、文档注释等提示,帮助更快、更少出错地编写代码。(在不同编辑器中也常被泛指类似的“智能补全”功能。)
/ɪnˈtɛlɪˌsɛns/
IntelliSense helps me complete long function names quickly.
IntelliSense 帮我快速补全很长的函数名。
With IntelliSense enabled, the IDE suggests methods and parameter types as you refactor the code, reducing runtime errors caused by typos.
开启 IntelliSense 后,当你重构代码时,IDE 会提示可用的方法和参数类型,从而减少因拼写错误导致的运行时错误。
IntelliSense 是一个组合词(并带有品牌/商标色彩),由 **intelli-**(来自 intelligent,“智能的”)与 sense(“感知/理解”)拼合而成,表达“能理解上下文、具备智能感知的提示系统”的含义。最早与微软的 Visual Studio 开发环境紧密关联。