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-07-20 04:20:25 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2e7061420f8edbe798807f19f4a0e290110faa3f
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
completion
T
History
peter
2e7061420f
java completion: rewrite else/catch/finally keyword suggestions, add tests
2015-08-17 09:06:23 +02: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
java completion: rewrite else/catch/finally keyword suggestions, add tests
2015-08-17 09:06:23 +02:00
methodChains
…
normal
IDEA-143075 Autocompletion not working when an inner compiled enum is named "v1"
2015-07-24 12:56:29 +02:00
normalSorting
infer method type arguments from context in basic completion
2015-08-16 17:55:04 +02:00
reflection
IDEA-134123 Reflection code completion generates Type....class instead of Type[].class for varargs
2015-01-02 17:19:54 +01:00
smartType
fix Collections.emptyMap not being suggested in completion if jdk8 is used
2015-08-16 17:55:05 +02:00
smartTypeSorting
prefer instanceofed variants in java completion (IDEA-138937)
2015-04-08 18:13:15 +02:00
style
…
variables
…
word
…