开发者

Eclipse auto-complete of filenames

开发者 https://www.devze.com 2022-12-25 17:45 出处:网络
Does anyone know if there e开发者_StackOverflow社区xists a plugin to Eclipse which can auto complete filenames for files in the project.

Does anyone know if there e开发者_StackOverflow社区xists a plugin to Eclipse which can auto complete filenames for files in the project.

So if I type images/s [Alt+tab] it should present a list of all files located in images starting with s. Like the auto-complete for types but using filenames.

It would be really cool if it worked with all kinds of editors.


You can use

Ctrl Shift R to open any other resource in the project, e.g. *.jpg


Martin, in response to your comment, in those cases I usually use the find command which is available in Linux and Windows/cygwin

find . -name '*.jpg'

0

精彩评论

暂无评论...
验证码 换一张
取 消