Tools

来源:互联网 发布:windows 虚拟机下载 编辑:程序博客网 时间:2024/05/29 17:44

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

  • python-tools:Goto definition, show usages, refactor/rename and more for python files
  • autocomplete-python:Python completions for packages, variables, methods, functions, with their arguments. Powered by your choice of Jedi or Kite.

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

参考信息

  • http://www.jianshu.com/p/b4c8479cfaa5
  • http://www.jianshu.com/p/f435363e85d2
原创粉丝点击