Ilya Gorbunov
|
b741c82a66
|
Fix completion tests after moving collection types in JS
|
2016-09-24 07:08:21 +03:00 |
|
Valentin Kipyatkov
|
e41ab2a270
|
Better presentation of aliases in completion list
|
2016-09-13 17:47:38 +03:00 |
|
Valentin Kipyatkov
|
50a0f9a4a7
|
KT-13266 Non-imported type aliases do not appear in completion
#KT-13266 Fixed
|
2016-09-13 17:47:38 +03:00 |
|
Valentin Kipyatkov
|
f6b471ac01
|
Better tests
|
2016-09-13 12:02:10 +03:00 |
|
Valentin Kipyatkov
|
5bf701ab03
|
KT-13047 Autocomplete inserts a fully-qualified variable name inside a String
KT-12083 String interpolation -- auto {} if there is a letter after cursor
#KT-13047 Fixed
#KT-12083 Fixed
|
2016-09-13 12:02:10 +03:00 |
|
Valentin Kipyatkov
|
47d624ac66
|
Better test
|
2016-09-07 18:10:13 +03:00 |
|
Valentin Kipyatkov
|
c068bd3158
|
Fixed correct detection of bold members in case of multiple receivers (broken by previous changes)
|
2016-09-07 18:10:12 +03:00 |
|
Valentin Kipyatkov
|
835c60f2a5
|
More correct completion list sorting by receivers
|
2016-09-07 18:10:12 +03:00 |
|
Valentin Kipyatkov
|
a60d9d546d
|
KT-12798 DSL-friendly completion
#KT-12798 Fixed
|
2016-09-07 18:10:12 +03:00 |
|
Valentin Kipyatkov
|
efac7a11b3
|
Do not include "operator" and "infix" into completion item text for override
|
2016-09-07 18:10:11 +03:00 |
|
Alexey Sedunov
|
89c39b9762
|
Misc: Use TODO() consistently in implementation stubs
#KT-13589 Fixed
|
2016-08-29 16:20:55 +03:00 |
|
Ilya Gorbunov
|
d845092b20
|
Take into account excluded fq-names when determining whether type has been imported by default.
Related to #KT-13447
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
e34bc30bd7
|
Exclude alias imported names from all-under imported packages when determining whether a type has been imported for completion.
#KT-13447 Fixed
|
2016-08-17 12:40:50 +03:00 |
|
Ilya Gorbunov
|
6f7b908dbb
|
Test data: change fully qualified type so that it's available as type (and not an alias) in both jvm and js runtimes to have the same output.
|
2016-08-17 12:40:50 +03:00 |
|
Valentin Kipyatkov
|
7f07890f6a
|
KT-13298 Suggest names for overridden properties / functions in completion
#KT-13298 Fixed
|
2016-08-16 18:17:24 +03:00 |
|
Ilya Gorbunov
|
738219d53e
|
Make Map.toSortedMap accept Map out-projected by key type as the receiver.
Update related completion testData.
|
2016-08-10 21:52:24 +03:00 |
|
Valentin Kipyatkov
|
6ff91d1399
|
KT-12793 Code completion doesn't suggest abstract protected extension methods
#KT-12793 Fixed
|
2016-08-05 19:36:52 +03:00 |
|
Kirill Rakhman
|
f378089b96
|
Fix Completion: keyword 'typealias' is not suggested
Fixes #KT-13242
|
2016-07-27 19:02:08 +02:00 |
|
Dmitry Jemerov
|
ef0318e038
|
more testdata updates due to default function template change
|
2016-07-20 10:44:54 +02:00 |
|
Valentin Kipyatkov
|
cc6b1faddd
|
Minor
|
2016-07-19 20:35:31 +03:00 |
|
Valentin Kipyatkov
|
cd5ffa5895
|
"class" and "class.java" should be available after expression too
|
2016-07-19 20:35:31 +03:00 |
|
Valentin Kipyatkov
|
a25841e9c7
|
Smart completion for bound callable references
|
2016-07-19 20:35:31 +03:00 |
|
Valentin Kipyatkov
|
e05aa41bbc
|
Completion and import popup for bound callable references
|
2016-07-19 20:35:31 +03:00 |
|
Denis Zharkov
|
2cc09f928e
|
Allow suspend extensions for specially annotated controllers
|
2016-07-06 15:25:19 +03:00 |
|
Valentin Kipyatkov
|
0bc5007147
|
KT-12369 Completion: pressing dot after class name should not cause insertion of constructor call
#KT-12369 Fixed
|
2016-06-20 16:19:02 +03:00 |
|
Valentin Kipyatkov
|
b9719bfe82
|
Fixed test so that it really tests what's intended
|
2016-06-20 16:19:02 +03:00 |
|
Valentin Kipyatkov
|
eb1dbfc652
|
KT-12669 Completion should show variant with () when there is default lambda
#KT-12669
|
2016-06-20 16:19:02 +03:00 |
|
Valentin Kipyatkov
|
4e16d67321
|
KT-12427 Completion doesn't work for "@receiver:" annotation target
#KT-12427 Fixed
|
2016-06-20 16:19:01 +03:00 |
|
Valentin Kipyatkov
|
1413a3fe63
|
KT-12328 Qualified function name inserted when typing before "if"
#KT-12328 Fixed
|
2016-06-20 16:19:01 +03:00 |
|
Valentin Kipyatkov
|
2ec81f44bf
|
Fixed extension properties not completed after "get"
|
2016-06-20 16:19:01 +03:00 |
|
Denis Zharkov
|
b8d4d39f4d
|
Add custom applicability checks for suspend/coroutine modifiers
|
2016-06-08 18:53:16 +03:00 |
|
Denis Zharkov
|
5c1e17c8e7
|
Revert "Completion fix for reserved 'async' syntax"
This reverts commit 318f0c89b2.
|
2016-06-08 18:53:16 +03:00 |
|
Denis Zharkov
|
329fb9d619
|
Introduce 'coroutine'/'suspend' modifiers
|
2016-06-08 18:53:16 +03:00 |
|
Alexander Udalov
|
1339286261
|
Drop undocumented absolute name specification feature with 'package.'
|
2016-06-01 19:30:03 +03:00 |
|
Stanislav Erokhin
|
f376c418dc
|
Fix SOE related exact annotation and completion
|
2016-05-16 18:32:16 +03:00 |
|
Valentin Kipyatkov
|
e8d518a28f
|
KT-9166 Code completion does not work for synthetic extensions on typing "g"
#KT-9166 Fixed
|
2016-05-14 12:19:42 +03:00 |
|
Valentin Kipyatkov
|
e04c6d1f5c
|
KT-12299 Completion: incorrect priority of property foo over method getFoo in Kotlin-only code
#KT-12299 Fixed
|
2016-05-14 12:19:42 +03:00 |
|
Valentin Kipyatkov
|
97ad0d5c86
|
KT-12124 No code completion for a java property in a specific position
#KT-12124 Fixed
|
2016-05-14 12:19:41 +03:00 |
|
Valentin Kipyatkov
|
f6c8ac70fc
|
Moved method getSmartCastVariantsWithLessSpecificExcluded() into IDE
|
2016-05-14 12:19:41 +03:00 |
|
Valentin Kipyatkov
|
fe2953090e
|
Added test for KT-12124
|
2016-05-14 12:19:40 +03:00 |
|
Valentin Kipyatkov
|
dd16eb14e5
|
KT-12080 Move parameter names higher up in code completion
#KT-12080 Fixed
|
2016-05-12 22:22:46 +03:00 |
|
Alexey Sedunov
|
4a65b1c65c
|
Code Insight: Support file path references inside of Kotlin string literals
#KT-11704 Fixed
|
2016-05-12 13:03:02 +03:00 |
|
Dmitry Jemerov
|
94c241443b
|
support @receiver KDoc tag; somewhat more precise tag name completion
|
2016-05-06 22:11:50 +02:00 |
|
Valentin Kipyatkov
|
16c38a2415
|
KT-12138 Do not show "::error" in smart completion when any function type accepting one argument is expected
(actually made them lowest priority)
#KT-12138 Fixed
|
2016-05-04 17:28:30 +03:00 |
|
Valentin Kipyatkov
|
941b415981
|
KT-12150 Smart completion suggests to compare non-nullable with null
#KT-12150 Fixed
|
2016-05-04 17:28:29 +03:00 |
|
Valentin Kipyatkov
|
0769c5453f
|
KT-12103 Smart completion for nested SAM-adapter produces short unresolved name
#KT-12103 Fixed
|
2016-05-04 17:28:29 +03:00 |
|
Valentin Kipyatkov
|
45d460a5fa
|
Dropped redundant code which was required for lambda signature completion when the syntax was different
#KT-12033 Fixed
|
2016-04-27 23:47:34 +03:00 |
|
Valentin Kipyatkov
|
40022e8f7a
|
KT-12068 Special completion item for "[]" get-operator access
#KT-12068 Fixed
|
2016-04-27 23:47:34 +03:00 |
|
Valentin Kipyatkov
|
deb75b3f18
|
Completion to complete non-imported classes on the first invocation
#KT-8527 Fixed
|
2016-04-27 23:47:33 +03:00 |
|
Valentin Kipyatkov
|
f0dd70d94c
|
KT-11680 Code completion of label for existing return with value inserts redundant whitespace
#KT-11680 Fixed
#KT-9993 Fixed
|
2016-04-27 23:46:26 +03:00 |
|