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
2,318

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
2,027

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

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?

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
2,028

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 Likes
2,027

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

Read only

FredericGirod
Active Contributor
2,027

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

Read only

Sandra_Rossi
Active Contributor
2,027

Comment converted.