When writing code in the question/answer editor's code block I believe that it would be extremely useful if we could have the code auto indented instead of being forced to hit space bar multiple times. It would make editing so much faster. Something like:

void myfunk
{
    int i = 123;^ <-- enter is pressed
    ^             <-- cursor is moved here, spaces are auto-inserted before the cursor

I know there are threads about using the Tab-button and that there are (rightfully) arguments against this behavior since Tab is used for so many other purposes. In the meta question Improvements to editor for formatting source code there are multiple suggestions on stuff to improve. Jon Skeet suggested auto indention and the community seemed to have liked this suggestion. The thread is, however, from 2009 and I thought it was time to make a feature request on the matter.

share|improve this question
1  
If you would like to get more attention for that particular question (or one of its answers), a bounty would be the appropriate way. – Bart Sep 7 '12 at 8:50
@Bart: I hear you. The linked-to question is about tab-indentation whilst this is about auto-indentation. So, its not entirely the same thing even though one of the answers is. That is why I started a new feature-request. Sorry if this is not the correct way to highlight it. I don't know how the "request queue" works, and if a feature-request that hasn't been implemented in 3 years is forgotten or if its considered low priority. I just think this would be a kick-ass feature to have. What is the correct way to proceed, delete this question? – Avada Kedavra Sep 7 '12 at 13:49

1 Answer

In general I would suggest pasting in code copied from your actual development environment and then using the {} button rather than typing code into the Stack Overflow editor whenever you need more than about two lines.

That way you are posting the same code that you tested.

For this reason I consider suggestions that make it easier to type a lot of code into Stack Overflow by hand to be mostly a Bad Thing™.

share|improve this answer
I think that we should let the community decide if a particular code sample is good or bad. But thanks for the clarification nonetheless. Makes stackoverflowing on the go much harder. – Basarat Ali Apr 9 at 5:00

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged