04.04.2009
Use Quick Fix to create local variables, fields and methods
To create a local variable, a field or a method, just assume it already exists and use it like you would if it already existed. This will yield a compiler error. Press Ctrl + 1 (Quick Fix) to automatically fix this error. This will create the missing code:



