ABAP Quick Fixes - Changelog version 1.1.7

Quick Fixes added to Quick Assist view

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

ABAP Quick Fixes - Changelog version 1.1.5

New quick fixes added by Lukas Bachmann

Figure 1: Sort combined DATA statements

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

Figure 3: Call Pretty Print preferences

Bug fixes