Convert Local Variable To Field

From FDT Documentation

(Difference between revisions)
Jump to: navigation, search
Aklement (Talk | contribs)
(Created page with "Convert local variable to field Takes a local variable and converts it to a private field of the class. All references to the local variable after this refer to the field. To us...")

Latest revision as of 23:38, 12 September 2011

Convert local variable to field

Takes a local variable and converts it to a private field of the class. All references to the local variable after this refer to the field. To use it press Ctrl+1 and select convert local variable to field

Get FDT5