peter
|
b3ca224f07
|
IDEA-55146 Autocomplete case inside switch
indent, remove duplicates, restore completion after 'case' (IDEA-CR-12610)
|
2016-07-28 12:39:54 +02:00 |
|
peter
|
e92ee51e76
|
IDEA-152354 Code completion items order should be aware of MyClass.class
|
2016-04-19 14:00:30 +02:00 |
|
peter
|
1c82045b85
|
IDEA-95289 Completion for 'break' in labeled element
|
2015-10-24 23:42:28 +02:00 |
|
peter
|
1154b6f096
|
IDEA-145752 Annotation attribute value: irrelevant completion proposals for boolean attribute (basic completion)
|
2015-10-02 14:42:41 +02:00 |
|
peter
|
f482636569
|
IDEA-144532 "extends" keyword is not hinted correctly
|
2015-08-31 19:22:29 +02:00 |
|
peter
|
d9a4fe148c
|
IDEA-144146 Auto completion for 'else' inserts braces.
|
2015-08-20 12:19:09 +02:00 |
|
peter
|
159b1363c5
|
get rid of Java15CompletionData and Java18CompletionData
|
2015-08-17 10:16:48 +02:00 |
|
peter
|
540b538a61
|
java completion: rewrite throws/default keyword suggestions in methods
|
2015-08-17 09:28:52 +02:00 |
|
peter
|
2e7061420f
|
java completion: rewrite else/catch/finally keyword suggestions, add tests
|
2015-08-17 09:06:23 +02:00 |
|
peter
|
cccd245a5f
|
IDEA-134518 Insert "instanceof" completion variant on typing "!" (exclamation mark)
|
2015-01-14 18:55:22 +01:00 |
|
peter
|
3ac1432fb9
|
make testdata catch really incomplete
|
2014-08-27 11:09:54 +02:00 |
|
peter
|
6564528108
|
IDEA-128971 Java auto-completion does not offer "final" keyword for exception variable in "catch" clause
|
2014-08-26 14:32:22 +02:00 |
|
anna
|
483e172728
|
IDEA-115884 Auto-complete qualified super reference in virtual extension methods.
|
2013-11-05 10:13:12 +01:00 |
|
peter
|
4d4d561ffe
|
IDEA-108113 Would be great to have an instanceof operator in keyword completion
|
2013-06-03 22:29:27 +02:00 |
|
peter
|
90597f9f4f
|
don't suggest final after unfinished try (IDEA-104498)
|
2013-05-07 18:17:05 +02:00 |
|
peter
|
a675c5f31c
|
IDEA-106730 Java completion: 'instanceof' is not suggested if an operand is unresolved
|
2013-05-06 19:07:56 +02:00 |
|
Roman Shevchenko
|
d07261265b
|
IDEA-103117 (completion after annotated wildcard parameter)
|
2013-03-21 20:21:57 +01:00 |
|
peter
|
ee50f08e29
|
IDEA-99523 "final" should be suggested after "case"
|
2013-01-22 18:24:36 +01:00 |
|
peter
|
0510bbd398
|
IDEA-99271 Completion does not suggest class constant of array
|
2013-01-18 18:21:21 +01:00 |
|
peter
|
3e0d7a41c9
|
suggest extends&super in wildcards (IDEA-97765, IDEA-57321)
|
2012-12-18 18:25:31 +01:00 |
|
Roman Shevchenko
|
91c10b815e
|
line separators normalized
|
2012-12-08 20:01:21 +01:00 |
|
peter
|
ba09e196d3
|
[^romka] IDEA-96146 Cannot enter 'final' keyword in try-with-resources
(cherry-picked from acd831e)
|
2012-11-29 17:00:13 +01:00 |
|
Roman Shevchenko
|
947259fa76
|
Keyword completion for new extension method syntax
|
2012-11-11 17:09:29 +01:00 |
|
peter
|
18a6cf6a1b
|
suggest primitive types in generics (IDEA-92940)
|
2012-10-15 17:14:26 +02:00 |
|
peter
|
a9b4cd8d4f
|
IDEA-88769 Java keyword completion: duplicate "final" suggestion
|
2012-10-12 15:23:25 +02:00 |
|
peter
|
f412b09ef8
|
be prepared to middle matching with one char prefix
|
2012-08-28 16:24:51 +02:00 |
|
peter
|
7791e6848c
|
suggest primitive types in expression contexts in case one wants to write int.class (IDEA-90013)
|
2012-08-13 11:27:39 +02:00 |
|
peter
|
1d7ecf3c72
|
not so eager space after instanceof
|
2012-08-08 12:18:55 +02:00 |
|
peter
|
0d3bc73083
|
class is a valid suggestion in method body
|
2012-08-08 12:18:54 +02:00 |
|
peter
|
b065e86725
|
IDEA-88769 Java keyword completion: duplicate "final" suggestion
|
2012-07-16 18:58:15 +02:00 |
|
Evgeny Pasynkov
|
2a3869d843
|
Merge branch 'master' into upsource-master
|
2012-07-03 18:20:07 +02:00 |
|
peter
|
59466627be
|
IDEA-88181 Java: complete 'return' in conditional expression
|
2012-07-03 12:52:32 +02:00 |
|
peter
|
598b68cfd9
|
suggest primitive types in parameter type position after an annotation
|
2012-06-19 18:41:09 +02:00 |
|
peter
|
72ecc025e2
|
suggest abstract in interface (IDEA-85701)
|
2012-06-18 16:42:18 +02:00 |
|
Roman Shevchenko
|
bf3b222335
|
Keyword completion in method references; cleanup
|
2012-06-04 12:19:11 +04:00 |
|
Roman Shevchenko
|
01b37e3e42
|
'default' completion in extension methods
|
2012-05-28 18:56:52 +04:00 |
|
Roman Shevchenko
|
19e18e3f59
|
Cleanup
|
2012-05-28 18:56:50 +04:00 |
|
peter
|
9fd14da9af
|
IDEA-79862 Java: auto-insert space after completing "extends" and "implements"
|
2012-02-01 20:56:01 +01:00 |
|
peter
|
d0f7824299
|
don't insert a space after a keyword if there's already one
|
2012-01-05 20:38:46 +01:00 |
|
peter
|
8720fb18fe
|
don't overwrite trailing space in java & groovy keyword completion
|
2012-01-01 23:14:31 +01:00 |
|
peter
|
0c2c5511bd
|
don't show some java keywords in some java places, but show some keywords in some other places (e.g. IDEA-58589)
|
2010-10-28 21:19:20 +04:00 |
|
peter
|
652ed5c055
|
dot & keyword completion tests -> community
|
2009-10-15 19:04:13 +01:00 |
|