Every time I create a new java file, I want the Fast I/O code to be automatically present in that file so that I can save time by not typing it.
Can anyone help me do this??
1 Like
Do you know what code templates in Eclipse are?
Window -> Preferences -> Java -> Editor -> Templates
You can define your own and when you type for example FASTIO
and hit CTRL+SPACE, select your template and press enter everything you put into template will be written in your file…
1 Like