-1

"Tabbing" through typedefs driving me crazy.

Alexander von Gluck 12 years ago updated 12 years ago 1
say i'm in a class..
class awesome : public awesomer {
              int                 function()
}
If I type "int<tab>" it starts cycling through int types... this drives me *crazy* because Sublime Text 2 won't let me put tab characters after data types.
the undo menu says it's called "Best Completion"