For those who write code in Python, here are the packages that should be included in Atom. Probably this should be included.
I also introduced a package called japanese-wrap, but it seems that the update of Atom causes a problem rather than becoming unnecessary. So I removed it.
japanese-menu Atom, such as menus, will be translated into Japanese. This is mandatory. file-icons The file icon will be cute. It may be good to put it in. atom-beautify It will format the code. Supports quite a variety of languages. Since it is necessary for formatting Python code, let's also introduce the autopep8 package with pip. atom-runner It runs the program with Ctrl + R without the need for a terminal. This also supports Python, Ruby, Go, JS, ShellScript, etc. It's pretty convenient. git-plus Required if you use Git. minimap Like this, Sublime Text will display the familiar minimap. It's very convenient to know the current position when writing long code. terminal-plus
You can open the terminal in Atom. It may be said that this is also essential. Very convenient. browser-plus
You can open the browser in Atom like this (Chromium). It is very useful because it is easy to google while writing code.
autocomplete-python It will auto-complete your Python code. You can't do it without it.
Recommended Posts