So far Quick Fixes were available only when using Ctrl+1 key binding, but not in the Quick Assist view (which is ABAP specific view). Thanks to idea of Peter Inotai, now it is also available in Quick Assist view.
Figure 1: Quick Assist view with ABAP Quick Fixes
ABAP Quick Fixes - Changelog version 1.1.6
New quick fixes added from the suggestions found at Software Heroes
Replace Add, Subtract, Multiply, Divide with +=, -=, *=, /= or with full version like a = a + b.
Replace DESCRIBE TABLE x LINES with LINES( x )
Replace WRITE TO with String Expression |{ something }|
Quite useful for the lovers of Hungarian notation ;-) or when working with legacy code.
Sorting order and possible prefixes for variables, can be setup in the Preferences of the plugin.
Figure 2: Sort order preferences
Automatic call of Pretty Printer for replaced code
After the usage of quick fix, changed code will be automatically selected and Format Block (Shift+Ctrl+F1) will be called.
This behaviour can be switched off in Preferences