1

I have some custom annotations which should go exactly before a variable value

$var = /* @text */'Some translatable text';

After formatting it becomes

$var = /* @text */
'Some translatable text';

How to disable inserting new lines after the annotations?

2
  • edit php codestyle settings/scheme in preferences Commented Jan 30, 2018 at 16:06
  • Which option? There are a lot, and I tried almost all of them Commented Jan 30, 2018 at 16:26

1 Answer 1

2

Unfortunately there's no way to do this at the moment. Feel free to submit a feature request at http://youtrack.jetbrains.com/issues/WI#newissue=yes.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.