Roman Golyshev
|
6f234beb9c
|
KT-34414 Make sure completion for suspend functional parameters works too
- Replace `isFunctionType` with `isBuiltinFunctionalType` where it is relevant
- ^KT-34414 Fixed
|
2019-11-29 14:55:21 +03:00 |
|
Dmitry Petrov
|
8e3fd0efc3
|
If the last argument of a function is a suspend function,
suggest trailing lambda variant in completion.
|
2016-12-15 23:58:14 +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 |
|
Ilya Gorbunov
|
59a9e2549c
|
Fix tests: codegen, completion, decompiler consistency, quickdoc, intentions, navigation, reference resolver, quick fixes
|
2015-12-14 04:29:25 +03:00 |
|
Valentin Kipyatkov
|
b05d490eeb
|
Performance optimization in completion: search context variables of functional types later
|
2015-11-03 11:46:18 +03:00 |
|
Valentin Kipyatkov
|
2e80a7194c
|
Minor performance optimization
|
2015-10-30 12:03:52 +03:00 |
|
Valentin Kipyatkov
|
7ef9a9d6d4
|
Better presentation
|
2015-08-28 16:22:47 +03:00 |
|
Valentin Kipyatkov
|
2de5229098
|
Additional item inserting lambda provided by completion when all parameters before the last are optional
|
2015-08-28 16:22:47 +03:00 |
|
Valentin Kipyatkov
|
a4c5907a1f
|
KT-8898 If invocation context contains functional value compatible with function in completion list, show non-literal item
#KT-8898 Fixed
|
2015-08-28 16:22:46 +03:00 |
|