Can Goto Definition be modified to where it actually goes to the definition specified instead of pulling up a menu with different options matching said definition name?
So if I have this in my code:
import { MockChecklistService } from '../../../../../shared/services/mocks/checklist.mock.service';
… and I invoke Goto Definition on MockChecklistService
, I would just like to go to where that file is imported instead of choosing files that contain the keyword MockChecklistService
I’m using Sublime Text 3 build 3207