Valentin Kipyatkov
|
ecbc7ba5b6
|
Parameter name completion allows user prefix part in the name + more strict prefix matcher used
|
2015-06-25 21:57:14 +02:00 |
|
Valentin Kipyatkov
|
ce6668b5ba
|
Fixed class names shortening
|
2015-06-25 21:57:13 +02:00 |
|
Valentin Kipyatkov
|
17500cef98
|
Completion of parameter name/types from the current file
|
2015-06-25 21:57:13 +02:00 |
|
Valentin Kipyatkov
|
22ad1389f5
|
Parameter name completion: no insertion on just typing
|
2015-06-25 21:57:12 +02:00 |
|
Valentin Kipyatkov
|
8210d3091f
|
Initial implementation of KT-6427 Completion to use Java name suggestion to complete function parameters
(+ filtered out synthetic Kotlin classes from completion)
|
2015-06-25 21:57:11 +02:00 |
|
Denis Zharkov
|
053dcf3abf
|
Effectively turn off completion tests with file keyword
Completion does not work with new syntax: see KT-8036
|
2015-06-12 09:23:31 +03:00 |
|
Valentin Kipyatkov
|
8243d27fb2
|
Smart completion: argument with "*" is not necessary the only one for vararg parameter
|
2015-06-08 15:33:58 +03:00 |
|
Valentin Kipyatkov
|
54e9a46f12
|
Smart completion: fixed in argument with "*"
|
2015-06-08 15:33:58 +03:00 |
|
Valentin Kipyatkov
|
2197d554ca
|
Smart completion: a bit more correct logic for last vararg parameter
|
2015-06-08 15:33:58 +03:00 |
|
Valentin Kipyatkov
|
ee15eae6b3
|
Smart completion: function literal argument can correspond only to the last parameter!
|
2015-06-08 15:33:57 +03:00 |
|
Valentin Kipyatkov
|
6284f557e6
|
Smart completion: sometimes we can insert comma after vararg argument too
|
2015-06-08 15:33:57 +03:00 |
|
Valentin Kipyatkov
|
02e876679c
|
Completion: more correct code for lambda template insertion
|
2015-06-08 15:33:57 +03:00 |
|
Valentin Kipyatkov
|
64e9ecc7b4
|
Moved test data
|
2015-06-08 15:33:57 +03:00 |
|
Valentin Kipyatkov
|
7eec200887
|
Moved tests from deprecated to generated test fixture
|
2015-06-08 15:33:57 +03:00 |
|
Valentin Kipyatkov
|
f05789e224
|
Fixed EA-69042
|
2015-06-04 17:21:28 +03:00 |
|
Valentin Kipyatkov
|
e597532c7a
|
KT-7815 Smart completion after "as" inserts fq-name for type parameter
#KT-7815 Fixed
|
2015-06-04 17:21:28 +03:00 |
|
Valentin Kipyatkov
|
603f7ef3c1
|
KT-7756 Completion of "return null", "return true" and "return false"
#KT-7756 Fixed
|
2015-06-04 17:21:27 +03:00 |
|
Valentin Kipyatkov
|
a6f76bbf76
|
Fixed keywords after 'this@' completion + fixed implementation of JetExpressionWithLabel.getLabelName()
|
2015-05-27 16:15:46 +03:00 |
|
Valentin Kipyatkov
|
cdf6229fff
|
KT-7486 Auto import inserts qualified name in companion object
#KT-7486 Fixed
|
2015-05-16 17:15:13 +03:00 |
|
Valentin Kipyatkov
|
60b0236101
|
Corrected parser: incomplete code should never cause brace disbalance
Fixed KT-7539 fq name inserted when completing nested traits name
#KT-7539
|
2015-05-16 17:15:12 +03:00 |
|
Valentin Kipyatkov
|
858adfb2db
|
KT-7731 Completion: replacement of call with no parameters with property by Tab
#KT-7731 Fixed
|
2015-05-16 17:15:11 +03:00 |
|
Valentin Kipyatkov
|
8ea0441348
|
KT-7349 Replace keyword "companion" in completion with "companion object"
|
2015-05-16 17:15:10 +03:00 |
|
Valentin Kipyatkov
|
5ecf33c88e
|
KT-6330 When completion for boolean method/property is finished by typing '!' symbol it should insert selected item with negation
#KT-6330 Fixed
|
2015-05-16 17:15:09 +03:00 |
|
Valentin Kipyatkov
|
ce3492f270
|
KT-6393 Smart completion of anonymous object inserts type with "!" for type parameter
#KT-6393 Fixed
|
2015-05-16 17:09:51 +03:00 |
|
Valentin Kipyatkov
|
67cfd9d516
|
KT-4909 Smart completion does not work for named arguments
KT-7668 Named argument completion does not work after vararg
#KT-4909 Fixed
#KT-7668 Fixed
|
2015-05-16 17:09:51 +03:00 |
|
Valentin Kipyatkov
|
023c5eabf4
|
KT-6780 Completion inserts incorrect comma in end of parameter list when lambda parameter exists
#KT-6780 Fixed
|
2015-05-16 17:09:51 +03:00 |
|
Valentin Kipyatkov
|
2adf0a3e9a
|
KT-4908 Smart completion does not work for arguments of function with vararg
#KT-4908 Fixed
|
2015-05-16 17:09:50 +03:00 |
|
Valentin Kipyatkov
|
bb808b5620
|
Created module idea-test-framework and moved classes needed for idea tests there
Moved tests for completion and their test data into module idea-completion
|
2015-04-14 18:53:01 +03:00 |
|