Does IntelliSense have a phrase ending auto-complete feature without closing the selection menu? For example, I want to type - XmlSchemaComplexType
, type XmlSchemaComplexType
, XmlS
Tab and IntelliSense closes. Arrows flipping the whole list down to the desired value is inconvenient, and constantly typing XmlSchemaComplex
too.
|
2 answers
As far as I know, when you select an item from the list, the list is always closed.
You can force the re-display of the IntelliSense list by pressing Ctrl
+ J
or Ctrl
+ Space
. Type the first letters of the command, the list itself will display the appropriate elements.
- oneCtrl + Space probably :) - Igor Viskov
- @ IgorViskov and so it is also possible :) - Ella Svetlaya
|
This is not necessary, just dial XmlSCoT and IntelliSense will find the type you want. She is able to determine by partial coincidence.
- This method does not work VS2012 - e1s
- It is treated using ReSharper ʻa - Igor Viskov
|