@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
{
}
@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.Please resolve this