When using Visual Studio without VAssistX enabled I can commit a suggestion using a parenthesis -- ( --.
For example, I can type:
this.m_oListener.BeginAcceptSocket(new
and VS will show me 'AsyncCallback' as the best suggestion. I then press the left parenthesis to commit my choice and continue on coding.
With VAssistX enabled, my selection is not committed and it just ends up as
this.m_oListener.BeginAcceptSocket(new (
This stalls my coding and is quite frustrating at times.
In the options I have "Any character not valid in a symbol" selected to commit suggestions. Parentheses are not valid in a symbol so should commit.
Any help here would be appreciated.
Thanks,
Jason