This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-05-07 22:00:39 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e36070c6d8ee4d84d9a12ab0ebf03dfea63673c7
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
completion
History
peter
96431dd854
IDEA-147454 Smart completion add parentheses to class declaration in throws statement
2015-11-06 16:07:41 +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
IDEA-95289 Completion for 'break' in labeled element
2015-10-24 23:42:28 +02:00
methodChains
…
normal
IDEA-147313 Adding @NotNull in front of a method parameter and finishing lookup with Space inserts 2 spaces
2015-11-04 16:51:15 +01:00
normalSorting
prefer completion variants that have a member with the name that's to the right of the caret (IDEA-114115)
2015-10-24 23:42:27 +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
IDEA-147454 Smart completion add parentheses to class declaration in throws statement
2015-11-06 16:07:41 +01:00
smartTypeSorting
prefer instanceofed variants in java completion (IDEA-138937)
2015-04-08 18:13:15 +02:00
style
…
variables
…
word
…