Sunday, November 18, 2012

Tab key not working in Visual Studio 2010

If you face the not working tab key in the visual studio editor. Here shows how to make Tab key work.
  1. Go to Tools->Options->Text Editor->C/C++->Formatting
  2. Find the "Indentation" group on right side.
  3. Find the Automatic Indentation On Tab.
  4. Make it false.
  5. Enjoy the Tab key :)

If you are working with some other language, Then select the appropriate language instead of C/C++