This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-08-20 11:36:16 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8ce98314891b268ece0597cb64726da72e38832b
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
completion
T
History
peter
faa69a6aa2
IDEA-134123 Reflection code completion generates Type....class instead of Type[].class for varargs
2015-01-02 17:19:54 +01:00
..
className
[Java] When we complete class name after new then if constructor(s) exist: show documentation for it, for several constructors suggest list of links to particular constructor documentation, same way as we do for (overloaded) calls.
2014-12-24 22:05:27 +01:00
customFileType
…
dot
…
javadoc
Added possibility not to add FQN in javadocs if class was imported (IDEA-121121 ) [CR-IC-6907]
2014-12-02 12:14:01 +02:00
keywords
make testdata catch really incomplete
2014-08-27 11:09:54 +02:00
methodChains
…
normal
IDEA-131145 Completion for @Override
2014-11-10 17:53:26 +01:00
normalSorting
…
reflection
IDEA-134123 Reflection code completion generates Type....class instead of Type[].class for varargs
2015-01-02 17:19:54 +01:00
smartType
a special tail type when smart-completing something in a parenthesized expression (IDEA-129485)
2014-09-11 18:33:33 +02:00
smartTypeSorting
IDEA-127668 Smart type completion prefers constants to fields, normal completion prefers fields to constants
2014-07-28 10:15:16 +02:00
style
…
variables
…
word
…