projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
don't insert pair ) when choosing a lookup item by ( before an identifier
[idea/community.git]
/
java
/
java-tests
/
testData
/
codeInsight
/
completion
/
normal
/
NoClosingWhenChoosingWithParenBeforeIdentifier_after.java
1
class Foo {
2
{
3
toString(<caret>xxx
4
}
5
}