updated readme file
This commit is contained in:
parent
59c2046463
commit
222d5a0c67
|
@ -1,6 +1,15 @@
|
||||||
# Atom-Plugins-and-Snippets
|
# Atom-Plugins-and-Snippets
|
||||||
My current packages 'n themes plus my personal Atom snippets for, HTML, CSS, JS, PHP, Shell Scripts, etc.
|
My current packages 'n themes plus my personal Atom snippets for, HTML, CSS, JS, PHP, Shell Scripts, etc.
|
||||||
|
|
||||||
|
### Auto completion setup
|
||||||
|
For your python environment run:
|
||||||
|
<br/>
|
||||||
|
<code>
|
||||||
|
python -m pip install jedi 'python-language-server[all]'
|
||||||
|
</code>
|
||||||
|
|
||||||
|
For Atom, install this package: https://atom.io/packages/autocomplete-python
|
||||||
|
|
||||||
### To Find Or Install The Snippets
|
### To Find Or Install The Snippets
|
||||||
Look in "${HOME}"/.atom/snippets.cson
|
Look in "${HOME}"/.atom/snippets.cson
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue