I am using Komodo 7 to write django / python code.
There is one thing that I really liked when I used Eclipse for my python things, and that was what I could do:
assert isinstance([variable],[type])
and because of this, the eclipse will determine the end of the coding for a particular variable.
Is there a way to do this with Komodo? IsInstance trick doesn't work here.
source
share