Ticket #43 (closed enhancement: fixed)

Opened 12 months ago

Last modified 12 months ago

Support Quickfix to convert field access (inferred) to accessor call

Reported by: stephan Owned by: stephan
Priority: major Milestone: OTDT_1.1.7
Component: content assist Version: 1.1.6
Keywords: Cc:

Description

After #32 is solved, a quickfix should also be offered to transform a field access (assignment or read) into a call to the corresponding callout method.

Change History

Changed 12 months ago by stephan

  • status changed from new to closed
  • resolution set to fixed

Implemented in r17902.

Actually the implementation is capable of adopting any transformation which the compiler applies behind the scenes to be used in the source, too.

Note: See TracTickets for help on using tickets.