You can search for $a$ having expression type Foo[] and text like \w* (single identifier name). This is not exactly what you want but should be pretty close.
Tom wrote:
Maxim, do you need more information?
Tom
-- Best regards, Maxim Mossienko IntelliJ Labs / JetBrains Inc. http://www.intellij.com "Develop with pleasure!"
SS will find usages of any variable having type Foo[] (and you want only parameter usages). If you need to find only parameter usages then please file JIRA request.
Tom wrote:
Cool, why not just search the whole project for the string "Foo[]"?
In other words, the functionality is not possible at the moment, right?
Tom
-- Best regards, Maxim Mossienko IntelliJ Labs / JetBrains Inc. http://www.intellij.com "Develop with pleasure!"
Hi,
Do you mean declarations of Foo[] or usages?
Tom wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Usages as a method/constructor parameter.
Tom
Maxim Mossienko (JetBrains) schrieb:
>> How do I search for all places where the parameter 'Foo[]' is used?
>>
>> Thanks in advance.
Maxim, do you need more information?
Tom
Hi,
You can search for $a$ having expression type Foo[] and text like \w*
(single identifier name). This is not exactly what you want but should
be pretty close.
Tom wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Cool, why not just search the whole project for the string "Foo[]"?
In other words, the functionality is not possible at the moment, right?
Tom
SS will find usages of any variable having type Foo[] (and you want only
parameter usages). If you need to find only parameter usages then please
file JIRA request.
Tom wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Not needed. I've already solved the problem 2 days ago with good old Find
Usages.
Tom