Commit Graph

3 Commits

Author SHA1 Message Date
Daniil Ovchinnikov 1ba096bbc2 IDEA-261098 GotoVarTypeHandler: don't target var variable identifier to the variable
This was needed to show the doc as if the variable was referenced. In the new implementation we show the same
doc info regardless whether the target under caret is referenced or declared, but this handler made GTDU believe
that the variable was referenced, and GTDU was choosing navigation to the referenced target instead of showing usages.

GitOrigin-RevId: 78e3554df87d564aeea04f707a0fa1309031912f
2021-02-04 13:06:46 +00:00
Daniil Ovchinnikov 4df68b33ad IDEA-260227 fix test for ctrl+mouse documentation on a lambda parameter
GitOrigin-RevId: 9eb5bf64c091b538f361bff41bf38cd8cdc9e7bf
2021-01-27 14:14:42 +00:00
Daniil Ovchinnikov 98f2cd578a IDEA-260227 add test for ctrl+mouse documentation on a lambda parameter
GitOrigin-RevId: 65b32ec19f159956adc298eba0d02aa05d4c2c0d
2021-01-26 18:51:55 +00:00