Merged
Conversation
Member
CppCXY
commented
May 17, 2022
- 是否要集成拼写检查
- 如果要集成拼写检查那么词典放哪里,词典可以以很多形式存在比如用[[]]扩起来的lua文件或者txt或者其他形式
- 单词拼写纠正:如果要集成纠正当前缺少一些设施:
- 代码诊断的时候不能传入data
- 也不能根据range获得既定文本
Collaborator
|
拼写检查已经完全和特定的语言服务没有关系了吧,用户自己安装单独的插件就行了 |
Member
Author
|
拼写检查依然是一个很好的特性,intellij平台自己的插件大多都带有拼写检查, vs对自己主要支持的语言都带有拼写检查。目前来看vscode已经有的拼写检查插件cSpell没有对lua有专门的支持。 |
Collaborator
Member
Author
|
cSpell是没有专门的对lua做处理,这一点我是确认过的,他的确是可以通过设置强行支持lua文件,但是只是当作一般文本来处理。 |
Collaborator
|
我没有用过拼写检查插件,你举个你支持但是cSpell不支持的功能? |
Member
Author
|
那论功能,我这是远弱于cSpell,我这个地方只是小而精的支持必要的特性,好处就是配置跟着插件走, 可以按文件或者按行屏蔽,cSpell就不能这样 |
sumneko
reviewed
May 22, 2022
7e50d34 to
906051f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
