문제

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"

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top