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:33] – [keyboard] 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>
  
  • tips/atom.1478856800.txt.gz
  • Last modified: 2016/11/11 10:33
  • by scipio