Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
misc:atom [2020/11/02 13:44] jsmisc:atom [2020/11/19 07:32] (current) – [Overview] js
Line 8: Line 8:
  
 My biggest plus compared to the VSCode are: My biggest plus compared to the VSCode are:
-  * sync setting + sync git location => sync settings, keys, plugins with a git(lab) repository, not only gist from github (the only way I know for VScode to sync)+  * sync setting + sync git location => sync settings, keys, plugins with a git(lab) repository, not only gists from github (the only way I know for VScode to sync)
   * show functions (for bash and perl)   * show functions (for bash and perl)
   * Syntax highligthing of bash code with here documents work (VScode still have problems with that)    * Syntax highligthing of bash code with here documents work (VScode still have problems with that) 
Line 14: Line 14:
 {{ :misc:atom.png?direct |}} {{ :misc:atom.png?direct |}}
  
-===== Usefull Packages =====+===== Useful Packages =====
  
-  * [[https://atom.io/packages/atom-beautify]] +  * [[https://atom.io/packages/atom-beautify]] - Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more 
-  * [[https://atom.io/packages/ide-bash]] +  * [[https://atom.io/packages/ide-bash]] - Language Bash language support 
-  * [[https://atom.io/packages/minimap]] +  * [[https://atom.io/packages/minimap]] - A preview of the full source code 
-  * [[https://atom.io/packages/symbols-tree-nav]] +  * [[https://atom.io/packages/symbols-tree-nav]] - A symbols view like taglist 
-  * [[https://atom.io/packages/todo-show]] +  * [[https://atom.io/packages/todo-show]] - Finds all the TODOs, FIXMEs, CHANGEDs, etc. in your project. 
-  * [[https://atom.io/packages/sync-settings]] +  * [[https://atom.io/packages/sync-settings]] - Synchronize package settings, keymap and installed packages 
-  * [[https://atom.io/packages/sync-settings-git-location]]+  * [[https://atom.io/packages/sync-settings-git-location]] - Sync-Settings backup to git repo.
  
 ===== Install & Tips ===== ===== Install & Tips =====
-[[misc:atom:bash:language|Informationen how to use Bash with Atom]]+  * [[misc:atom:bash:language|Informationen how to use Bash with Atom]]