Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the type of an inline declared variable in Eclipse (ADT)

matt
Active Contributor
630

If I click on a method, and ctrl-space I get the parameters. Similarly if I click on a type and ctrl-space, I get the fields. It'd be nice if I could click on any variable and know its defined type, so:

  • Structure - fields
  • Table - line structure, if defined

and so on.

Please?

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
339

Put your cursor on the field and press F2, you'll get the details of the type (scalar type, reference, table type, structure, components, etc.)

4 REPLIES 4

Sandra_Rossi
Active Contributor
340

Put your cursor on the field and press F2, you'll get the details of the type (scalar type, reference, table type, structure, components, etc.)

matt
Active Contributor
0 Kudos
339

sandra.rossi Ah, yes. That's the one. Please convert your comment into an answer!

FredericGirod
Active Contributor
339

And CTRL + SHIFT + L if you don't remember

Sandra_Rossi
Active Contributor
339

Comment converted.