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/11/11 10:29] – [web (html,css,javascript,typescript,...)] 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 \
  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 72:
  merge-conflicts \  merge-conflicts \
  todo-show \  todo-show \
- highlight-selected \ 
- minimap-highlight-selected \ 
  auto-detect-indentation \  auto-detect-indentation \
  jumpy \  jumpy \
 + autocomplete-python \
 </code> </code>
  
Line 117: 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-F2take boomarks 
 +  * F2: jump to next bookmarks 
 +  * shift-F2: jump to previous bookmarks
   * shit-enter: jumpy mode   * shit-enter: jumpy mode
  
  • tips/atom.1478856583.txt.gz
  • Last modified: 2016/11/11 10:29
  • by scipio