Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
0.2.0
-
None
-
None
Description
When you type the first few letters any identifier name and use autocomplete (tab) to complete it, the completion is appended and prepended with the first few letters typed.
Eg: assume the following line is compiled in a cell
val testData = "Some value"
In the next cell, you type "tes" and type the tab key, the following is what you get
testestdatates
Note how the sequence "tes" is both prepended and appended to the autocompleted variable name.