Tools - Atom编辑器
Atom编辑器的常用插件
预览
- document-outline:Show a heirarchical outline of a text document
- minimap:A preview of the full source code.
- atom-html-preview:A live preview tool for Atom Editor.
显示
- atom-beautify:Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom
- highlight-line:Highlights the current line in the editor
- highlight-selected:Highlights the current word selected when double clicking
编辑
- activate-power-mode:Activate POWER MODE to write your code in style.
- autocomplete-paths:Adds path autocompletion to autocomplete+
- xml-formatter:XML Formatter
设置
- file-icons:Assign file extension icons and colours for improved visual grepping
Atom编辑器的Markdown插件
编写
- markdown-writer:Make Atom a better Markdown editor and an easier static blogging tool.
- markdown-image-helper:When paste image to markdown ,this will make a directory name "assets" and will paste the image as a png file in this image ,then will insert a relative image url
- tidy-markdown:Fix ugly markdown.
预览
- markdown-preview-plus:Markdown Preview + Community Features
- markdown-preview-enhanced:One of the 'BEST' markdown preview extensions for Atom editor!
- markdown-scroll-sync:Auto-scroll markdown-preview tab to match markdown source
导出
- markdown-pdf:Convert markdown to pdf, png or jpeg on the fly.
- markdown-themeable-pdf:Themeable markdown converter (Print to PDF, HTML, JPEG or PNG)
Atom编辑器的脚本插件
- script:Run code in Atom!
Shell
- language-shellscript:ShellScript language support in Atom
- linter-shellcheck:Lint Bash on the fly, using shellcheck
Python
Goto definition, show usages, refactor/rename and more for python files : python-tools
Python completions for packages, variables, methods, functions, with their arguments. Powered by your choice of Jedi or Kite: autocomplete-python
Atom编辑器的Git插件
- git-plus:Do git things without the terminal
- git-log:This package graphs your git commits
- git-time-machine:Visually interact with git commit history for a file
- git-projects:List and open your local Git projects in Atom.
注意
- 根据实际需要安装插件,避免过多插件影响Atom性能;
- 了解熟悉插件的功能和用法,避免安装功能重复的插件;
参考信息
Tools - Atom编辑器的更多相关文章
- Atom编辑器中安装Emmet插件失败的问题
今天使用Atom编辑器安装Emmet插件的时候,刚开始的时候报错: 报错内容如下: Installing “emmet@2.4.3” failed.Show output… Compiler tool ...
- APICloud支持Atom编辑器,并建立开发工具核心库
APICloud支持Atom编辑器开发工具 APICloud始终坚持多开发工具支持策略,开发者无论使用Sublime Text3.Eclipse还是Webstorm,都可以在APICloud平台中找到 ...
- Atom 编辑器插件:amWiki 轻文库
amWiki 是一款基于 Javascript 脚本语言.依赖 Atom 编辑器.使用 Markdown 标记语法的轻量级开源 wiki 文库系统. amWiki 致力于让大家可以更简单.更便捷的建设 ...
- Windows平台Atom编辑器的常用快捷键小抄Cheat Sheet
博客搬到了fresky.github.io - Dawei XU,请各位看官挪步.最新的一篇是:Windows平台Atom编辑器的常用快捷键小抄Cheat Sheet.
- Atom编辑器入门到精通(四) Atom使用进阶
在本节中将介绍Atom提供的更高级的使用技巧,通过这些技巧将会进一步提高你的代码编写效率 代码片段(Snippets) Snippets是一种在代码中快捷插入代码块的方式,下面是维基百科中对Snipp ...
- Atom 编辑器 前端基本插件
Atom 编辑器插件 这个编辑器是github出品,现在处于免费试用期:如果是初学者,可以使用这个编辑器,插件安装很方便,只需要点菜单栏的File-Settings-Install,在搜索框中输入想要 ...
- Atom编辑器
Atom介绍 Github的员工Nathan Sobo在Atom的博客中提到:”Sublime和TextMate十分方便,但是扩展性不足:另一方面,Emacs和 Vim扩展性很强却需要学习日程工作中很 ...
- Atom 编辑器系列视频课程
此课程为 Atom 编辑器系列课程,主要介绍了 Atom 的高效开发技巧以及必备插件. 课程列表 Atom编辑器系列课程 #1 - Atom简介 Atom编辑器系列课程 #2 - 设置简介 Atom编 ...
- atom编辑器社区插件推荐
atom是github出品的文本编辑器,为开发者又提供了一款易用.牛逼的文本编译器.在开始接触前端并从工作开始一直用webstrom来进行前端开发,开始使用时,被他各种强大神奇的功能给折服:支持zen ...
随机推荐
- xadmin设置
1.xadmin配置 INSTALLED_APPS = ( ... 'xadmin' , 'crispy_forms' , 'reversion' , ... ) 2.注册类 import xadmi ...
- CORSFilter 跨域资源访问
CORS 定义 Cross-Origin Resource Sharing(CORS)跨来源资源共享是一份浏览器技术的规范,提供了 Web 服务从不同域传来沙盒脚本的方法,以避开浏览器的同源策略,是 ...
- matplotlib 坑
1 archlinux里安装好matplotlib之后一定要安装python-cario pacman -S python-cairo
- 89. Gray Code返回位运算的所有生成值
[抄题]: The gray code is a binary numeral system where two successive values differ in only one bit. G ...
- 150. Evaluate Reverse Polish Notation逆波兰表达式
[抄题]: Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are ...
- [leetcode]13. Roman to Integer罗马数字转整数
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 ...
- .Net 获取日期所属于一年中的第几周
关键代码: public static int WeekOfYear(DateTime dt, CultureInfo ci) { //强制设置周一是每周的第一天 return ci.Calendar ...
- 设计模式学习心得<工厂方法 Factory Method>
概述 意图 业务代码中常常有构造对象的过程,它拥有大量的参数.并且有很多地方需要这对象. 简化对象构造过程. 主要解决 一个类在不同场景的频繁地创建,让不同对象的创建更有语义化,提高代码复用性. 何时 ...
- maven解决omitted for duplicate(依赖冲突)
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring- ...
- CodeCraft-19 and Codeforces Round #537 (Div. 2) E 虚树 + 树形dp(新坑)
https://codeforces.com/contest/1111/problem/E 题意 一颗有n个点的树,有q个询问,每次从树挑出k个点,问将这k个点分成m组,需要保证在同一组中不存在一个点 ...