cancel
Showing results for 
Search instead for 
Did you mean: 

Suggestion for local class Methods in Eclipse

RachamallaKiran
Participant
0 Kudos

Hi all,

Is there any settings i need to set to get the local class suggestion while typing in eclipse.

ex: how do i get suggestion after lcl_test=>

class lcl_test defination.
public section.
class-method abc.
endmethod.
endclass.
class lcl_test implementation.
method abc.

endmethod.
endclass.


lcl_test=>

Regards,

kiran rachamalla.

Accepted Solutions (0)

Answers (1)

Answers (1)

Sandra_Rossi
Active Contributor

autocompletion is obtained with keyboard shortcut ctrl+space

RachamallaKiran
Participant
0 Kudos

Hi sandra Rossi,

If i write that way i am getting the suggestion, but problem is i have 2 includes

  • LZTESTDEF
  • LZTESTIMP

i defined my class in include 'LZTESTDEF' and implemented in 'LZTESTIMP' . when i tried sugession in include in 'LZTESTIMP' i am not getting suggestion , while i am getting suggestions for global class.

Regards,

kiran rachamalla.

Sandra_Rossi
Active Contributor

Probably there's a syntax error in your code which prevents the autosuggestion from working (CLASS-METHOD -> CLASS-METHODS ?)

Moreover, when you do a change in a source unit, it will be considered in other source units only when you save.