ラボ

間違いない、プロがAtomで使うパッケージ30選

← ラボ(記事一覧)へ

ソフトウェア

主にPython、ウェブ系で某社のAtomユーザーの方々と。
私はCoda2を長らく使ってましたが、現在はAtomを使ってます。

mac は alt => option
フォントは Inconsolata-g がおすすめ。

[email protected]


python実行。
ctrl + alt + enter

[email protected]


タイプエフェクトを追加する。
ctrl + alt + o

[email protected]


自動整形。
ctrl + option + b

[email protected]


HTMLプレビュー。
ctrl + shift + h

[email protected]


デバッガー。pythonのIDE。

[email protected]


自動補完等、IDE。

[email protected]


python実行。
ctrl + r

[email protected]


パッケージの自動アップデーター。

[email protected]


HTMLの自動タグ閉じ!

[email protected]


ファイルのパス、自動補完。

[email protected]


python専用の自動補完。

[email protected]


ブラウザ機能。
ctrl + alt + o

[email protected]


実行状況の確認やLinterでの依存パッケージ。

[email protected]


atom内でのクリップボード拡張、履歴管理。
OSで管理していれば不要。

[email protected]


カラーピッカー。

[email protected]


日付挿入。

[email protected]


ずれるコメントアウトを読みやすくする。

[email protected]


Markdown方式で書かれた文書の見出しをサイドバーに表示。

[email protected]


異なるエディタ間での書式統一。
他人と共有する場合などで便利。

[email protected]


ファイルアイコンの変更。
ぱっと見でわかりにくい書式を見やすく。

[email protected]


ftp-remoteが有名だが、設定が面倒なので、UIで設定できるこちらを利用。

[email protected]


文書内の指定の箇所に飛ぶことができる。
ripgrepも一緒に入れると早くなる。

[email protected]


文書内でのカーソル位置の列のハイライト。

[email protected]


ダブルクリックで同一単語をハイライト。

[email protected]


CSS用のIDE。

[email protected]


HTML用のIDE。

[email protected]


PHP用のIDE。

[email protected]


python用のIDE。

[email protected]


主にlinter用。

[email protected]


メニューを日本語化。

[email protected]


補完などのサポートツール。
他のエディターなどを使っていればこちらで統一しても面白い。

[email protected]


構文のチェック。

[email protected]


Linter用、デフォルトUI。

[email protected]


文書とプレビューの位置を同期。

[email protected]


Markdown用、キーバインドなど。

[email protected]


Gitのコンフリクト解消。

[email protected]


文書をミニマップ化して隅っこに表示する。大きいファイルではめっちゃ便利。

[email protected]


highlight-selectedをミニマップにも表示する。

[email protected]


最近使用したファイル機能。

[email protected]


文書内のカラーコードを色で表示。

[email protected]


Atom内でターミナル。複数起動も対応。邪魔にならない。Term3より個人的におすすめ。

[email protected]


サイドバーにツリービューでフォルダ表示。

[email protected]


正規表現を見やすく。

[email protected]


全角スペースを見やすく。

[email protected]


AtomでもDiff!!

[email protected]


Atomの設定を同期して他端末でも。

[email protected]


CSVビューア。

[email protected]


コンテキストメニューを強化。クリップボード、ファイルパス、〜で開くなど。

tool-bar


ツールバーを追加。
https://atom.io/packages/tool-bar

flex-tool-bar


ツールバーを文書で設定しやすくする。
https://atom.io/packages/flex-tool-bar
ツールバーのアイコンはこちら https://glyphsearch.com/

#atom#package

← ラボの記事一覧へ戻る