Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 Autocomplete for template arguments
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

adrian.tut
New Member

Romania
2 Posts

Posted - Jul 30 2015 :  5:02:11 PM  Show Profile  Reply with Quote
Hi,

As I am sure everyone has noticed, there is no autocomplete for template arguments in classes. Not only that, the autocomplete suggestions you get when typing a template argument is usually taken from global context and thus irrelevant.
Even worse, when combined with "Selections committed with: Additional characters" it means I have to press escape after typing the full template parameter myself so that it won't autocomplete some random values.

I couldn't find this suggested anywhere, so I thought I should mention it.. since I would really appreciate that being implemented :)

Thanks.

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Aug 05 2015 :  09:09:58 AM  Show Profile  Reply with Quote
What do you mean by autocomplete?

template <class paramToTemplate>
class TemplateClassWithLongParameterName
{
    // when you start typing "paramToTemplate", it not suggested
    paramToTemplate foo;
};

We are considering the above type of suggestions:

case=8462

Do you mean this type of thing?
Go to Top of Page

adrian.tut
New Member

Romania
2 Posts

Posted - Aug 12 2015 :  10:38:37 AM  Show Profile  Reply with Quote
Hi,

Yes, that is exactly what I mean.

Thanks!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000