<!-- BUGS: Please use this template. --> <!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript --> <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md --> **TypeScript Version:** 2.5.1 **Code** ```ts function foo() { return 1 + 2; } ``` highlight `1 + 2` and trigger code actions **Bug:** For the file extract, we show the entire file path:  This path can be very long and is not necessary since extract can currently only operate within the same file (at least to my knowledge).