Difference between revisions of "Atom Setup"
Jump to navigation
Jump to search
Added recommended packages
imported>Gawdl3y m |
imported>Gawdl3y (Added recommended packages) |
||
Line 55: | Line 55: | ||
- C:\Program Files (x86)\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\Hearthfire | - C:\Program Files (x86)\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\Hearthfire | ||
- C:\Program Files (x86)\Steam\SteamApps\common\Skyrim\Data\Scripts\Source</pre> | - C:\Program Files (x86)\Steam\SteamApps\common\Skyrim\Data\Scripts\Source</pre> | ||
==Recommended packages== | |||
To further enhance your experience with Atom, there are thousands of packages for Atom available. | |||
You can browse them within the editor itself, or on the [https://atom.io/packages official packages site]. | |||
Here are a few worth taking a look at: | |||
*[https://atom.io/packages/minimap minimap] - Adds a minimap preview of your source code like Sublime Text does | |||
*[https://atom.io/packages/minimap-find-and-replace minimap-find-and-replace] - Highlights all found text on the minimap when finding/replacing code | |||
*[https://atom.io/packages/minimap-selection minimap-selection] - Highlights your text selection on the minimap | |||
*[https://atom.io/packages/highlight-selected highlight-selected] - Highlights all occurrences of your text selection | |||
*[https://atom.io/packages/minimap-highlight-selected minimap-highlight-selected] - Highlights all occurrences of your text selection on the minimap | |||
*[https://atom.io/packages/project-manager project-manager] - Lets you save your Atom workspace as a project, and easily reopen them | |||
*[https://atom.io/packages/clipboard-plus clipboard-plus] - Keeps your clipboard history | |||