Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Recognize and reposition opening angle bracket

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
sneftel Posted - Jun 11 2015 : 10:49:03 AM
Currently, if I have a templated function whose name I tab-autocomplete, it additionally adds the opening and closing parentheses, and positions the cursor between them:
obj.myFunc(|)

If I want to put explicit template arguments before the parentheses, I have to remember to undo/backspace the parentheses before starting the angle bracket.
obj.myFunc(<templatearg|)  //OOPS

Since (< is always a syntax error, it would be nice if VA responded to the situation by inserting angle brackets before the parentheses, and positioning the cursor between them.
obj.myFunc<|>()
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Jun 12 2015 : 06:52:57 AM
We are planning to improve this at some point:

case=460

The idea is that we should insert <|>() after template functions, but I have added a comment to the case about your suggestion as well.

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