Difference between revisions of "Atom"

1,132 bytes added ,  20:38, 6 June 2016
Added recommended packages
imported>Kicoax
m (Added some spacing)
imported>Kicoax
(Added recommended packages)
Line 32: Line 32:
If you add, delete, or rename a project file, make sure you run the <code>Build: Refresh Targets</code> command in the palette (<code>Ctrl-Shift-P</code>).
If you add, delete, or rename a project file, make sure you run the <code>Build: Refresh Targets</code> command in the palette (<code>Ctrl-Shift-P</code>).
Snippets are nearly identical to the [[Sublime Text Papyrus Plugin#Existing_Snippets|Sublime Text plugin's snippets]].
Snippets are nearly identical to the [[Sublime Text Papyrus Plugin#Existing_Snippets|Sublime Text plugin's snippets]].
==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


[[Category:Scripting]]
[[Category:Scripting]]
[[Category:Text Editors]]
[[Category:Text Editors]]
Anonymous user