ER - Atom编辑器

Atom

Atom编辑器的常用插件

预览

显示

  • 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

编辑

设置

  • 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.

预览

导出

Atom编辑器的脚本插件

Shell

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性能;
  • 了解熟悉插件的功能和用法,避免安装功能重复的插件;

参考信息

posted @ 2017-09-03 23:07  Anliven  阅读(618)  评论(0编辑  收藏  举报