Question

I use Zend Studio 9 with the Symfony 2 plugin and set the codestyle also to Symfony. The code style is set to use 4 spaces as indentation which sometimes isn't used.

For example, let's say, i write the following code:

$test = array();

When i now put the cursor between the brackets and press enter there are tabs in the spots marked with a "x":

$test = array(
xxxxxxxx);

How can i fix this problem?

I use the Symfony 2 plugin from "http://p2-dev.pdt-extensions.org"

Was it helpful?

Solution

It seems that there was a problem with the PDT dev build. I reinstalled Zend Studio without it and it now works.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top