11
11
- `` :help pymode ``
12
12
- < https://github.com/python-mode/python-mode/wiki >
13
13
14
- ** Please use python-mode tag on Stackoverflow to ask questions:**
14
+ ** Please use python-mode tag on Stackoverflow to ask questions:**
15
15
< https://stackoverflow.com/questions/tagged/python-mode >
16
16
17
17
-------------------------------------------------------------------------------
21
21
</p >
22
22
23
23
*** Important*** : From 2017-11-19 onwards python-mode uses submodules instead of
24
- hard coding 3rd party libraries into its codebase. Please issue the command:
25
- ` git submodule update --init --recursive `
24
+ hard coding 3rd party libraries into its codebase. Please issue the command:
25
+ ` git submodule update --init --recursive `
26
26
inside your python-mode folder.
27
27
28
- If you are a new user please clone the repos using the recursive flag:
28
+ If you are a new user please clone the repos using the recursive flag:
29
29
` git clone --recursive https://github.com/python-mode/python-mode `
30
30
31
31
-------------------------------------------------------------------------------
@@ -34,21 +34,21 @@ Python-mode is a Vim plugin that magically converts Vim into a Python IDE.
34
34
35
35
Why Python-mode?
36
36
37
- 1 . ** Be more productive** : Pymode saves time bybring alltools necessary for
38
- professional developers so that you can focus on bigger things. It has been
39
- finely tuned based on decades of experience working with Vim and is
40
- constantly keptuptodate .
37
+ 1 . ** Be more productive** : Pymode saves time bybringing allthe tools
38
+ necessary for professional developers so that you can focus on bigger
39
+ things. It has been finely tuned based on decades of experience working
40
+ with Vim and is constantly keptup to date .
41
41
2 . ** Get smart assistance** : Pymode knows all about your code. We use the
42
42
best-in-class intellisense code completion, on-the-fly error checking and
43
43
quick-fixes; easy project navigation and much more.
44
44
3 . ** Use the full power and capabilities of Vim** : Unlike traditional IDEs
45
45
which can only provide a small subset of Vim functionalities, you can do
46
46
everything and anything that you can in Vim.
47
- 4 . ** Modular structure** : We attempt tobe create Python-modein the same
47
+ 4 . ** Modular structure** : We attempt to create Python-modewith the same
48
48
principles of python: i.e. have a modular structure, so that as and when
49
49
better libraries evolve, we can provide you the best experience, while
50
50
abstracting the details so that you can get back to what you do best.
51
- 5 . ** Written mostly in Python** : 96.1% written in Python. Well we love Python
51
+ 5 . ** Written mostly in Python** : 96.1% written in Python. Well, we love Python
52
52
:)
53
53
54
54
The plugin contains all you need to develop python applications in Vim.
@@ -70,7 +70,7 @@ The plugin contains all you need to develop python applications in Vim.
70
70
* Go to definition (` <C-c>g ` )
71
71
* And more, more ...
72
72
73
- See a screencast here:< http://www.youtube.com/watch?v=67OZNp9Z0CQ >
73
+ See a screencast here:< http://www.youtube.com/watch?v=67OZNp9Z0CQ >
74
74
Another old presentation here:< http://www.youtube.com/watch?v=YhqsjUUHj6g >
75
75
76
76
** To read python-mode documentation in Vim, use** ` :help pymode ` .
@@ -140,11 +140,11 @@ If your question is not described there then you already know what to do
140
140
141
141
Nevertheless just a refresher on how to submit bugs:
142
142
143
- ** (From the FAQ)** Start python mode with:
144
- ` vim -i NONE -u <path_to_pymode>/debugvimrc.vim `
143
+ ** (From the FAQ)** Start python mode with:
144
+ ` vim -i NONE -u <path_to_pymode>/debugvimrc.vim `
145
145
Reproduce the error and submit your python mode debug file. You can check its
146
- location with` :messages ` for something like:
147
- ` pymode debug msg 1: Starting debug on: 2017-11-18 16:44:13 with file /tmp/pymode_debug_file.txt ` .
146
+ location with` :messages ` for something like:
147
+ ` pymode debug msg 1: Starting debug on: 2017-11-18 16:44:13 with file /tmp/pymode_debug_file.txt ` .
148
148
Please submit the entire content of the file along with a reasoning of why the
149
149
plugin seems broken.
150
150
@@ -170,7 +170,7 @@ Documentation is available in your vim `:help pymode`.
170
170
#Bugtracker
171
171
172
172
If you have any suggestions, bug reports or annoyances please report them to
173
- the issue tracker at:
173
+ the issue tracker at:
174
174
< https://github.com/python-mode/python-mode/issues >
175
175
176
176
#Contributing
@@ -183,7 +183,7 @@ The contributing guidelines for this plugin are outlined at
183
183
184
184
Also see the AUTHORS file.
185
185
186
- Development of python-mode happens at github:
186
+ Development of python-mode happens at github:
187
187
< https://github.com/python-mode/python-mode >
188
188
189
189
Please make a pull request to development branch and add yourself to AUTHORS.