Posted 19 years ago
by Jake Pearson
-
Software Developer,
Alion Science and Technology

Hi,
I just started using the snippet code you added, and its great. Is there a way to make the snippets automatically tab in to match the parent indentation? For example if I have code like the following:The arrow represents a tab and where my cursor is, so if I insert another for snippet I now get:
thanks,
Jake
But I would like:[Modified at 10/11/2005 04:29 PM]
I just started using the snippet code you added, and its great. Is there a way to make the snippets automatically tab in to match the parent indentation? For example if I have code like the following:
for(int i=0; i<10; i++)
{
--->
}
for(int i=0; i<10; i++)
{
for(int i=0; i<10; i++)
{
}
}
Jake
But I would like:
for(int i=0; i<10; i++)
{
for(int i=0; i<10; i++)
{
}
}