Would be nice if VA could allow us to chose where to insert the using directive. Not always the beginning of the file is the right place. Sometimes its better to place it inside the current namespace declaration.
Good questions, perfect would be if VA could detect possible clashes and place it accordingly, but that would be a deep analysis of all code in the solution. For starters probably a setting in the options "innermost" or "outermost", might be sufficient.