美文网首页
Atom: spell-check在latex和markdown

Atom: spell-check在latex和markdown

作者: wzNote | 来源:发表于2019-10-14 09:50 被阅读0次
    问题描述

    spell-check package的初始作用范围是有限的,想在.md.tex类型的文件中进行单词拼写检查,需要配置spell check package 的作用域

    配置方法
    1. 将鼠标放在.md文件中,按住Ctrl+Shift+P打开命令面板, 输入Editor: Log Cursor Scope
    2. 鼠标单击该命令,出现如下窗口,该窗口提示需要在Scope中添加 text.md
    3. File -> Setting -> package 中搜索 spell check,点击 settings
    4. 在如下框中填入步骤2窗口里的内容,用英文的逗号分开
    5. 设置完成后就会发现,在相应格式文件中已经有拼写错误的提示了,红色虚线就是

    参考文献:
    https://github.com/atom/spell-check#spell-check-package

    相关文章

      网友评论

          本文标题:Atom: spell-check在latex和markdown

          本文链接:https://www.haomeiwen.com/subject/lkhkmctx.html