tips:atom

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:atom [2016/03/13 09:08] – [general] scipiotips:atom [2017/10/15 20:32] (current) – [general] scipio
Line 26: Line 26:
 ===== general ===== ===== general =====
  
 +<code>
 +pip install python-language-server
 +
 +apm install \
 + atom-ide-ui \
 + ide-python \
 + ide-typescript \
 + seti-syntax \
 + seti-ui \
 + minimap \
 + highlight-selected \
 + minimap-highlight-selected \
 + atom-save-all \
 +
 +</code>
 +
 +  * [[https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/keybindings.md|keybindings]]
 +
 +old
 <code> <code>
 apm install project-manager \ apm install project-manager \
- linter \ 
  minimap \  minimap \
 + highlight-selected \
 + minimap-highlight-selected \
 + atom-save-all \
 + atom-typescript \
 + AutoComplete \
 + seti-syntax \
 + seti-ui \
 + pigments \
 + emmet \
 + autoclose-html \
 +
 +</code>
 +
 +not verified
 +<code>
  atom-beautify \  atom-beautify \
  atom-overtype-mode \  atom-overtype-mode \
Line 38: Line 71:
  symbols-tree-view \  symbols-tree-view \
  merge-conflicts \  merge-conflicts \
- tab-switcher \ 
  todo-show \  todo-show \
- highlight-selected \ 
- minimap-highlight-selected \ 
  auto-detect-indentation \  auto-detect-indentation \
  jumpy \  jumpy \
 + autocomplete-python \
 </code> </code>
  
Line 119: Line 150:
   * ctrl-alt-u: find usage   * ctrl-alt-u: find usage
  
-  * alt--: back +  * ctrl-ohistory jump back 
-  * shift-alt--: forward+  * ctrl-i: history jump forward 
 +  * ctrl-shift-F2: take boomarks 
 +  * F2: jump to next bookmarks 
 +  * shift-F2: jump to previous bookmarks 
 +  * shit-enterjumpy mode
  
   * ctrl-click: multi cursor   * ctrl-click: multi cursor
Line 150: Line 185:
 apm install linter-tslint apm install linter-tslint
 apm install pigments apm install pigments
 +apm install cursor-history
 </code> </code>
  
  • tips/atom.1457856482.txt.gz
  • Last modified: 2016/03/13 09:08
  • by scipio