DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Support case-insensitive autocompletion #85

Closed mbierlee closed 9 years ago

mbierlee commented 9 years ago

When completing a symbol defined with capitals, you will only get this symbol as suggestion if the incompletely typed symbol contains capitals. The reverse is also true when trying to complete symbols with lower- or mixed-case.

Symbols should be auto-completable regardless of their actual case and the case of the currently typed characters.

bruno-medeiros commented 9 years ago

Agreed, I'll add this in for the next release