gll89的个人博客分享 http://blog.sciencenet.cn/u/gll89

博文

Atom常用插件以及安装

已有 2429 次阅读 2017-4-25 23:20 |个人分类:Linux|系统分类:科研笔记| atom插件

1. Install Atom

   I. Add repository

       sudo add-apt-repository ppa:webupd8team/atom

   II. Update the repository

       sudo apt-get update

   III. Install Atom

       sudo apt-get install atom


2. Common Plungins

   I. 运行脚本的terminal的安装命令:

       apm install script

       之后重启atom

   II. Minimap package: one of Atom's most popular packages, displaying a condensed view of your codes for quick navigation. Its instllation command is :

        apm install minimap

   III. Highlight-selected

        apm install highlight-selected


3. 更改tree-view、tab和UI字体in stylesheet

// style the background color of the tree view
.tree-view {
// background-color: whitesmoke;
font-size: 24px;
}

.settings-view{
font-size: :24px;
}

.tab-bar .tab .title{
font-size: 24px;
}

.script-view .line{
 //console-size
 font-size: 20px;
}

atom-text-editor{
 // the editor-size
 font-size: 24px;
}



  新方法:https://www.jianshu.com/p/d199561d3c31

   

  1. 首先要安装atom ,然后找到设置-->安装(setting-->Install),如图


搜索你要的插件。
例如:atom-react-native-autocomplete 这个自动补全代码的插件


install 安装








https://blog.sciencenet.cn/blog-1969089-1051183.html

上一篇:Theano Installation
下一篇:python--new functions
收藏 IP: 60.191.2.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-7-26 12:21

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部