Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Autocomplete for template arguments

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
adrian.tut Posted - Jul 30 2015 : 5:02:11 PM
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.
2   L A T E S T    R E P L I E S    (Newest First)
adrian.tut Posted - Aug 12 2015 : 10:38:37 AM
Hi,

Yes, that is exactly what I mean.

Thanks!
accord Posted - Aug 05 2015 : 09:09:58 AM
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?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000