美文网首页
Atom 笔记

Atom 笔记

作者: AlanGuo | 来源:发表于2017-06-02 00:57 被阅读0次

Atom 中间的白线(Indent Guide)怎么去除?

Atom -> Stylesheet 中添加:

atom-text-editor::shadow .wrap-guide {
  //隐藏右边的白线
    visibility: hidden;
}

类似sublime text右边的代码缩略图

Atom -> Preference -> Install 安装和管理插件

minimap

相关文章

网友评论

      本文标题:Atom 笔记

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