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...
Haphazardly asked 30/11, 2019 at 14:52

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...
Gerome asked 17/8, 2010 at 9:24

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...
Hensel asked 12/9, 2015 at 8:53

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...
Halfbound asked 22/6, 2013 at 22:32

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

I had installed Pymacs, rope, ropemode, ropemacs, and when I executed pymacs-terminate-servicesby accident, I couldn't save modified buffers. It first asked me - The Pymacs helper died. Restart it?...
Eulogist asked 15/4, 2012 at 11:30

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. ...
Carbonization asked 3/7, 2009 at 6:55
1

© 2022 - 2024 — McMap. All rights reserved.