Valentin Kipyatkov
|
2f5e820afb
|
KT-8664 Hide componentX() functions for data classes from completion
#KT-8664 Fixed
|
2016-10-04 19:28:53 +03:00 |
|
Valentin Kipyatkov
|
7263d0a056
|
KT-13728 Implicitly imported functions should be above in completion then non-imported
#KT-13728 Fixed
|
2016-10-04 19:28:53 +03:00 |
|
Valentin Kipyatkov
|
e8f4c65455
|
KT-13833 javascript: Smart type completion to lower priority of dynamic type
#KT-13833 Fixed
|
2016-10-04 19:28:53 +03:00 |
|
Ilya Gorbunov
|
adf2c5a5ac
|
Classify explicitly imported names higher than default imported in completion. Related to #KT-13447
|
2016-10-03 20:46:46 +03:00 |
|
Ilya Gorbunov
|
c508f75de4
|
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-09-24 07:08:21 +03:00 |
|
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
|
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
|
efac7a11b3
|
Do not include "operator" and "infix" into completion item text for override
|
2016-09-07 18:10:11 +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
|
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 |
|
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
|
e05aa41bbc
|
Completion and import popup for bound callable references
|
2016-07-19 20:35:31 +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
|
2ec81f44bf
|
Fixed extension properties not completed after "get"
|
2016-06-20 16:19:01 +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
|
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 |
|
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 |
|
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 |
|
Denis Zharkov
|
5bc5722051
|
Load additional JDK functions into built-ins member scope
#KT-5990 Fixed
#KT-7127 Fixed
#KT-10370 Fixed
|
2016-04-25 17:41:08 +03:00 |
|
Valentin Kipyatkov
|
6bdf3622ed
|
KT-11890 Completion for callable references does not propose static Java members
#KT-11890 Fixed
|
2016-04-19 15:22:05 +03:00 |
|
Valentin Kipyatkov
|
9ebf94b4cf
|
KT-11609 No named arguments completion should be after dot
#KT-11609 Fixed
|
2016-04-05 19:32:59 +03:00 |
|
Valentin Kipyatkov
|
88bdf88bbb
|
"Delegates" members in smart completion after "by"
#KT-6231 Fixed
|
2016-04-05 19:32:58 +03:00 |
|
Natalia Ukhorskaya
|
b79aa13242
|
Complete private members from libraries in Evaluate Expression dialog
|
2016-03-18 15:19:03 +03:00 |
|
Ilya Gorbunov
|
e5dbb65ff7
|
JS: Remove declarations of unsupported SortedSet and TreeSet, make toSortedSet() jvm-only.
Fix completion test.
Relates to #KT-7480
|
2016-03-01 14:01:38 +03:00 |
|
Stanislav Erokhin
|
f130de2468
|
Remove scope from Qualifier
|
2016-02-24 19:33:10 +03:00 |
|
Valentin Kipyatkov
|
0809be59df
|
KT-10619 Wrong completion after package name in annotation
#KT-10619 Fixed
|
2016-02-13 10:20:19 +03:00 |
|
Valentin Kipyatkov
|
17ac168b33
|
KT-10621 Non-top level packages shown after "@" in completion
#KT-10621 Fixed
|
2016-02-13 10:20:18 +03:00 |
|
Ilya Gorbunov
|
b4ebaad8f5
|
Drop previously deprecated API.
|
2016-02-09 02:58:07 +03:00 |
|
Valentin Kipyatkov
|
8b6338ce62
|
Fixed EA-76497
|
2016-02-05 16:29:56 +03:00 |
|
Ilya Gorbunov
|
f4822cd757
|
Fix testData in compiler: add collections and ranges package to fq-names.
|
2016-01-22 05:54:38 +03:00 |
|
Valentin Kipyatkov
|
28331bca9f
|
KT-9418 Suggest name for new declaration basing on unresolved names in code
#KT-9418 Fixed
|
2016-01-20 13:55:56 +03:00 |
|
Valentin Kipyatkov
|
a1d760fc36
|
KT-10631 Consider creating a synthetic property even when the setter returns 'this'
#KT-10631 Fixed
|
2016-01-19 15:57:20 +03:00 |
|
Valentin Kipyatkov
|
7c6a33a36c
|
KT-10664 No code completion after variable initialized with elvis
#KT-10664 Fixed
|
2016-01-14 19:23:01 +03:00 |
|
Valentin Kipyatkov
|
2f1108421e
|
Added container information when needed
|
2016-01-14 19:23:01 +03:00 |
|
Alexander Udalov
|
7449ad2763
|
Rename Extension annotation to ExtensionFunctionType
The old one is kept temporarily and will be removed later
|
2015-12-21 20:33:32 +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 |
|
Ilya Gorbunov
|
ea60ab74a7
|
Replace deprecated toMap usages with toMapBy
|
2015-12-01 01:18:44 +03:00 |
|
Alexander Udalov
|
877129340f
|
Revert "Rename Extension annotation to ExtensionFunctionType"
This reverts commit 460dad135c.
The old compiler will not see the new runtime correctly. Postponing this until
1.0
|
2015-11-30 19:24:58 +03:00 |
|
Alexander Udalov
|
460dad135c
|
Rename Extension annotation to ExtensionFunctionType
|
2015-11-30 02:51:04 +03:00 |
|