| [news.eclipse.tools] Suggestion for Auto completion |
|
hello all,
The auto completion feature
needs one slight change with respect to the argument names. Right now it just
shows arg0, arg1 with the appropriate data types. This is confusing in certain
cases like the constructor for RowData(int width, int height). If instead of
arg0 and arg1, it shows up as width and height it would make life more simpler.
Providing argument names that are indicative will be a useful feature. I hope in
M5 ,this could be incorporated.
thanks,
~ Pavan
|