Sublime Forum

REPL and CodeIntel?

#1

Am I crazy to think that these two awesome plugins should be friends?

I.e., has anyone gotten CodeIntel to work inside of a REPL interpreter?
If so, care to share your awesome setup?

0 Likes

#2

Currently SublimeREPL disables autocompletion in REPL view (it can be pretty annoying).

However version 1.2.2 that I plan on releasing later today will allow you to customize this setting yourself and use CodeIntel or SublimeRope if that’s what you prefer (by changing values of github.com/wuub/SublimeREPL/blo … ttings#L33)

0 Likes

#3

Thanks for the quick reply (and update)!

Autocomplete can be annoying; you are absolutely right. But I endure the pain for the help it provides with CodeIntel.

So I got Autocomplete turned on REPL, but CodeIntel isn’t offering suggestions for packages that I import into Python.

ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:22:14) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> re.

Is there a temporary directory or something where REPL stores the interepreter sessions that I could point CodeIntel to?

Or am I just thinking about this all wrong?

Thanks again!

0 Likes