Bug 388590 - [content assist] Offer auto correction
Summary: [content assist] Offer auto correction
Status: CLOSED DUPLICATE of bug 49363
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.8   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-01 07:16 EDT by Joost Vangoidsenhoven CLA
Modified: 2012-09-02 13:09 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joost Vangoidsenhoven CLA 2012-09-01 07:16:37 EDT
When typing java code, the eclipse autocorrect currently suggests quick fixes. However, this is still tedious since you have to hover your mouse over the exception, or use shortcuts. 
However, when trivial fixes are available (with typo's, e.g. privtae -> private, or Strign -> String), eclipse should autocorrect without warning (or by quickly underlining the keyword for a short period). This would help the development alot!
Comment 1 Marcel Bruch CLA 2012-09-01 17:15:36 EDT
Implementing an experimental prototype with Apache Commons' Levenshtein distance can be implemented quickly in Code Recommenders latest code base. Let me know if you like to implement a prototype.
Comment 2 Dani Megert CLA 2012-09-02 13:09:05 EDT

*** This bug has been marked as a duplicate of bug 49363 ***