Bug 572297 - Aggressive Autocomplete
Summary: Aggressive Autocomplete
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.18   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-25 09:43 EDT by Jacob Romano CLA
Modified: 2021-03-25 09:43 EDT (History)
0 users

See Also:


Attachments
When hitting enter on this, "False" will change to "FALSE", and a "from pickle import FALSE" statement will appear at the top (47.66 KB, image/png)
2021-03-25 09:43 EDT, Jacob Romano CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Romano CLA 2021-03-25 09:43:45 EDT
Created attachment 285948 [details]
When hitting enter on this, "False" will change to "FALSE", and a "from pickle import FALSE" statement will appear at the top

Note: I am using the pydev plugin

When typing a line of code, autocomplete attempts to fill in the already complete statement, so when you press enter, it will often attempt to change what you have written. Attached is an example of typing "isPrime = False", where as soon as you hit enter, it corrects "False" to "FALSE", and adds a line at the top saying "from pickle import FALSE". I like to call this the pickle predicament.

I think it would be better if either valid syntax was not replaced, or you can change your "use autocomplete" key to be something other than enter as it can often get in the way.