+1

Make Jump to Definition Work for Imports

Jonah Dahlquist 11 aastat tagasi 0

Hitting F12 (Jump to Definition) should work if hovering over an import statement in a given language.  Language examples:


LESS:

@import "other_file.less";


PHP

include "other_file.php";


I understand this may be more practical for some languages than others, I certainly wouldn't expect it to work in all languages in all cases.