You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
tommie
Posted - Aug 28 2018 : 09:35:13 AM The "insert ()" functionality of Visual Assist is very useful, but doesn't work properly when typing a template specialization function such as:
function<float>( a, b )
What happens is when you type a '<' to complete the function name, is you get the following code:
function(<)
This is obviously not useful. Better would be either of the following:
Automatically insert a closing '>' when accepting a method, and insert the closing ')' only after the opening '(' has been typed
Add an option to disable "Insert ()" after accepting a method, but still enable the "insert closing brackets" option
Never add the () after accepting a method with a '<' character
Let me know if this is clear!
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Aug 28 2018 : 10:14:38 AM This is something we are aware of, and are aiming to fix at some point: