Open Tcll opened 9 years ago
hopefully this has been planned already, PythonTools has THE BEST intellisense notifications of ANY IDE I've used (including Eclipse+PyDev)
what I explain is python 2.7 only, but it should be applied to all supported languages. ;)
expected behaviors:
variables:
functions:
func.__doc__
classes:
"%s Object"%__class__.__name__
EVERY python IDE I've used has failed to provide that much information, including Eclipse+PyDev, which comes the closest.
please try out Visual Studio with PythonTools to get a better understanding of what's expected. :)
This is easily solved: Sublime Text does not have an API for mouse movements or hovering.
hopefully this has been planned already, PythonTools has THE BEST intellisense notifications of ANY IDE I've used (including Eclipse+PyDev)
what I explain is python 2.7 only, but it should be applied to all supported languages. ;)
expected behaviors:
variables:
functions:
func.__doc__
along with the return types/objectsclasses:
"%s Object"%__class__.__name__
EVERY python IDE I've used has failed to provide that much information, including Eclipse+PyDev, which comes the closest.
please try out Visual Studio with PythonTools to get a better understanding of what's expected. :)