issues
search
vkravets
/
FileTemplatesVariable
File Template Variables per Project IDEA plugin
BSD 3-Clause "New" or "Revised" License
12
stars
6
forks
source link
Autocomplete overrides the case of manually entered Variable name
#5
Closed
martinboy
closed
10 years ago
martinboy
commented
10 years ago
How to reproduce:
Assume that you have a variable named PARAM_DOC which is already present in autocomplete dropdown
We want to create a new variable named "Param_new"
Start typing "Pa"
Autocomplete will override ''Pa" with "PARAM_DOC" without an ability to write in lower case
How to reproduce: