tommie
New Member
8 Posts |
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! |
|