spectacles / CodeComplice

CodeIntel for Sublime Text 2 / 3
Other
167 stars 18 forks source link

[Bug] Goto Definition class extended #21

Closed ghost closed 9 years ago

ghost commented 9 years ago

@wizza-smile I prefer to use CodeComplice Goto Definition, (goto_python_definition command) than ST Goto Definition. Today i catch a bug while go to definition of class Extended. Select Collection and choose Jump to Symbol Definition context menu, instead of open Collection class, it open SesssionInterface file.

class Session extends Collection implements SessionInterface
{
}

Please resolve this

wizza-smile commented 9 years ago

you can find the fix in the latest commit. thanx for reporting!