Is VisualAssistX's autorenaming reliable?

Posted by Stefan Monov on Stack Overflow See other posts from Stack Overflow or by Stefan Monov
Published on 2010-05-22T07:35:30Z Indexed on 2010/05/22 7:40 UTC
Read the original article Hit count: 250

Filed under:
|

I'm using the VS addon called VisualAssistX. Using it for C++ only.

In particular i'm using the feature "rename this entity projectwide", mainly for class names and function names.

My question is: does this use fuzzy heuristics, or does it actually reliably implement C++ semantics so there's no false negatives/false positives?

Has it ever renamed something wrong for you?

© Stack Overflow or respective owner

Related posts about visualassistx

Related posts about VisualStudio