SublimeCodeIntel / SublimeCodeIntel

💡 Full-featured code intelligence and smart autocomplete for Sublime Text
https://www.sublimecodeintel.com
Other
5.06k stars 526 forks source link

[request] VS2010+PythonTools behavior #521

Open Tcll opened 9 years ago

Tcll commented 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:

classes:

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. :)

FichteFoll commented 9 years ago

This is easily solved: Sublime Text does not have an API for mouse movements or hovering.