rope Questions
6
Ctrl + alt + R for extension python.python 2020.1.58038 always gives me a "No refactorings available" message.
Probably a configuration issue but I've tried several times to uninstall/reinstall an...
Olnton asked 7/2, 2020 at 12:1
3
Solved
I've seen similar questions asked before here and here, however they are 4 years old and did not yield answers that matched my requirements.
If I type Python code into Vim, for example:
os.path.j...
Leanneleanor asked 11/4, 2015 at 16:36
2
Solved
I have my project structure as following
├── app
│ ├── Country
│ │ └── views.py
│ ├── Customer
│ │ └── views.py
Where the module 'Country' folder is what I tried to rename it to 'Cou...
6
Solved
Is there an equivalent of slime for python?
For example, if I position the cursor on foo() and do M-. (jump to definition) I would like to see the source definition of the function foo
This shou...
1
Solved
I am trying to do some refactoring using rope package. Depending on the code, it might throw exceptions and there are more than 10 rope exceptions.
I dont want to do
from rope.base.exceptions im...
3
I want autocompletion and refactoring in emacs with python.
I gather that I need rope to do this. To do this with emacs, I need ropemacs. Ropmacs depends on pymacs.
Pymacs is hard to install...o...
2
I am using Rope for my python auto-completion in vim. However, one thing that annoys me is that it auto-inserts its suggestions, making me unable to narrow down choices by continuing to type. This ...
Appointor asked 3/5, 2012 at 9:50
3
Solved
I am using SublimeRope plugin. When I am typing from foo.b it displays the autocomplete dialog with random crap but what I am really looking for is to recognize bar module inside the foo package. H...
Nur asked 25/7, 2013 at 12:9
2
4
Solved
Rope is a refactoring library for Python and RopeVim is a Vim plugin which calls into Rope.
The idea of using RopeVim seems great to me, is there any documentation on "getting started" with RopeVi...
Saloma asked 30/1, 2011 at 14:47
3
Solved
I am trying to setup emacs for python development.
From what I read, it is recommended to use python-mode.el rather than the default python.el from Emacs 22.3. So I embark on the new adventure.
...
1
© 2022 - 2024 — McMap. All rights reserved.