Request : set current parameter in bold in code completion
Posted: Wed Dec 17, 2008 5:48 pm
Suppose a function has 6 parameters : a,b,c,d,e,f.
Using ctrl+shift+space command displays the whole parameters's list, but when a function has several parameters, it s difficult to see which one we are currently writting. I propose the VStudio manner, which displays in bold the current parameter.
example :
Here, the hint window that appeared using ctrl+shift+space could display, in bold, the 'e' parameter, so the user knows the current parameter he is writing is the 4th one.
Using ctrl+shift+space command displays the whole parameters's list, but when a function has several parameters, it s difficult to see which one we are currently writting. I propose the VStudio manner, which displays in bold the current parameter.
example :
Code: Select all
my_func(a,b,c,