Home > Net >  Questions about visual studio automatic completion
Questions about visual studio automatic completion

Time:11-25

I use the visual studio 2015, why I press the space key is automatically after the input variable completion? After I input "con", for example, press the space into a "const", how to cancel this function?

CodePudding user response:

I this is a traditional set of VS 2012, VS 2015 should be ok,

CodePudding user response:


Don't have that option

CodePudding user response:

This function is good, I think you can adapt to it

CodePudding user response:

Automatic completion with TAB and enter, many times I define input variables of a space to turn the other variables, total want to press back key, press the very troublesome,

CodePudding user response:

The
refer to the original poster u011231570 response:
I use visual studio 2015, why do I press the space key is automatically after the input variable completion? After I input "con", for example, press the space into a "const", how to cancel this function?

That means con can't find this type in this context

CodePudding user response:

reference 4 floor u011231570 response:
automatic completion with TAB and enter, many times I define input variables of a space to turn the other variables, total want to press back key, press the very troublesome,

Some language enter completion, some language space completion, tired...

CodePudding user response:

reference 5 floor shingoscar reply:
Quote: refer to the original poster u011231570 response:

I use the visual studio 2015, why I press the space key is automatically after the input variable completion? After I input "con", for example, press the space into a "const", how to cancel this function?

In this context means con this type is find

Sometimes I play out the variable name first, and then press CTRL +. Add references,

CodePudding user response:

The problem has a solution? 1st floor is effective C # code, C/C + + how close?

CodePudding user response:

CodePudding user response:

In the edit menu IntelliSense set switch automatically mode this option
  • Related