Atom Editor tips¶
Show command pallet¶
Ctrl Shift +p
If you deleted menu bar and want to recover it¶
Ctrl Shift +p
search “toggle” and select “Window+Toggle Menu Bar”
Install packages (GUI)¶
File > settings > Install
Useful packages samples¶
minimap
- A preview of the full source code
auto-html-preview
- A live preview tool for Atom Editor
html-tag-auto-complete
- A simple auto completion of heml tags with class and/or id
tree-view-copy-relative-path
-
- Allows you to copy relative path to current file from tree view
- Opening editor window, on tree view right click and “copy relative path”.
Editor settings¶
-
File > settings > Editor
-
Settings:
- Show Indent Guideline
- Show indentation indicator in the window
- Show Invisibles
- Render placeholders for invisible charactors, such as tabs, spaces and newlines
- Soft Wrap
- Wrap lines that exeed the width of the window.
- Show Indent Guideline
Change Theme¶
File > settings > Themes
Last update: January 31, 2021