[PYTHON] List of Atom packages I really use

Introduction

――I am an Atom sect. ――This is a list of packages currently included. ――It used to be Sublime Text. ――Before that, it was Eclipse. ――It's troublesome to write with vi, mi or Sakura editor. ――My favorite package is regex-railroad-diagram. The reason is that the figure looks cool. ――I will live away from my computer for about two weeks. (Pause posting)

What is Atom?

--It is an editor made by GitHub. ――The good thing is that it looks like Sublime Text. ――The place you are worried about is the place where it sometimes freezes or an error occurs. ――I haven't mastered shortcuts.

package

General

show-ideographic-space It visualizes full-width space.

regex-railroad-diagram It makes the regular expression a diagram.

project-manager It manages the project for each package.

minimap It previews the entire image of the file in a map-like manner.

japanese-menu It translates the Atom menu into Japanese.

highlight-selected It highlights the selected word on the file.

file-icons It displays the file icon for each extension.

autocomplete-paths It will auto-complete the file path.

program

tag It puts HTML and XML closing tags.

docblockr It will insert a comment block.

atom-beautify It automatically formats the source code for each language.

atom-autocomplete-php It will auto-complete PHP.

autocomplete-ruby It will auto-complete Ruby.

autocomplete-python It will auto-complete Python.

linter It will do a general grammar check.

linter-tidy It will check the HTML grammar.

linter-csslint It will check the CSS grammar.

jsonlint It will check the JSON grammar.

linter-phpcs It will check the grammar based on PHP's PSR.

php-cs-fixer It formats the grammar based on PHP's PSR.

linter-php It will check the PHP grammar.

linter-ruby It will check the grammar of Ruby.

linter-python It will check the grammar of Python.

theme

monokai Like this

スクリーンショット 2017-07-07 10.45.07.png

Other

git-plus You can use Git commands.

language-apache It will check the grammar of Apache.

Series page link

-List of Atom packages I really use -List of Vim commands I really use -List of Linux commands I really use --Regular edition -List of Linux commands I really use --Extra

Recommended Posts

List of Atom packages I really use
Proper use of Python visualization packages
List of packages installed by conda
[Machine learning] List of frequently used packages
Summary of how to use Python list
[Python / DynamoDB / boto3] List of operations I tried
I checked the list of shortcut keys of Jupyter
I quarantined my environment with virtualenv, but I get a lot of packages with pip list
EP 7 Use List Comprehensions Instead of map and filter
Convenient use of ipython
List of python modules
Copy of multiple List
List of activation functions (2020)
Graceful use of MySQLdb
Depth of nested list
How to use list []
Display of fractions (list)
I want to use only the normalization process of SudachiPy
Since Python 1.5 of Discord, I can't get a list of members
I tried adding post-increment to CPython. List of all changes
[Python3] List of sites that I referred to when I started Python