list datatypes in search results
Given a pattern, such as ( a > b ), I would like to get search reults which tell me the datatypes of the operands of the comparison.
For example,
int > Float
Float > Float
Since IDEA can determine a variable's type when I mouse over them, this suggests there might be a way to use IDEA to do this search.
How would I harness the power of IDEA to help find this pattern? Or get close to finding this pattern?
请先登录再写评论。