admin管理员组文章数量:1023758
I would like to add support for spelling correction to the code completion logic of my extension, and have found that I can return an instance of CompletionList
with isIncomplete=true
to have VSCode call my onCompletion
handler on each keystroke, but it will apply an additional filter atop my suggestions no matter what I do. The filter matches exact keystrokes, which makes things like spelling correction impossible. Is there a way to disable this post-processing logic in VSCode?
I would like to add support for spelling correction to the code completion logic of my extension, and have found that I can return an instance of CompletionList
with isIncomplete=true
to have VSCode call my onCompletion
handler on each keystroke, but it will apply an additional filter atop my suggestions no matter what I do. The filter matches exact keystrokes, which makes things like spelling correction impossible. Is there a way to disable this post-processing logic in VSCode?
版权声明:本文标题:How may I disable the post-processing (additional filtering) of code completion suggestions? - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745596830a2158222.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论