Questions tagged [sublimerope]

Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library

Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library

4 questions
11
votes
1 answer

How can I change the built-in python in Sublime Text 2?

Questions like this: Change python interpreter - Sublime Text 2 are great for if you actually want to run Build against your Python code. However, I want plugins (such as SublimeRope) to run the Python of my choosing rather than the built-in…
Bodhi
  • 1,437
  • 1
  • 13
  • 21
2
votes
1 answer

How to configure sublimerope to auto complete python code?

I am trying to use sublime to write code, I want to know how to configure sublime so it can do auto-complete as eclipse does? I have installed PyQt4, and it's ok if I use eclipse, if I write the following code: from PyQt4. After I input the dot,…
python
  • 1,870
  • 4
  • 24
  • 35
1
vote
1 answer

SublimeRope Autocompletions not working on Windows

I'm having trouble getting autocompletions to work for SublimeRope on Windows 8. First, I noticed that SublimeRope messes up paths when creating a new Rope project on Windows, so I fixed the python_path prefs in .ropeproject > config.py, which…
Brandon Taylor
  • 33,823
  • 15
  • 104
  • 144
0
votes
1 answer

ST2- Adding custom directory for Auto Completion (SublimeRope)

http://sublimerope.readthedocs.org/en/latest/cache_mechanisms.html I want to add a custom directory from where I want auto completion. The Old Way mentioned on the above page does that job with prefs.add('python_path', '/home/abc/custom/') , but the…
user1265125
  • 2,608
  • 8
  • 42
  • 65