Application Development and Automation 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: 
Read only

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

matt
Active Contributor
1,617

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
Read only

Sandra_Rossi
Active Contributor
1,326

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
Read only

Sandra_Rossi
Active Contributor
1,327

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.)

Read only

matt
Active Contributor
0 Kudos
1,326

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

Read only

FredericGirod
Active Contributor
1,326

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

Read only

Sandra_Rossi
Active Contributor
1,326

Comment converted.