Yamaha32088
Yamaha32088

Reputation: 4163

On tab press move out of quotes - PHP Storm

I have searched for the answer to this but have came up empty handed. I want to be able to use PHP Storm the same way I do Aptana Studio where I can press tab to move the cursor out of the brackets or quotes.

So if I am writing an if statement and I come to the end of it

if($x != $y|)

where the pipe is the cursor and I press tab it then moves the cursor to the outside of the parentheses like so:

if($x != !y)|

Is there a setting I am missing to accomplish this?

Upvotes: 0

Views: 173

Answers (1)

lena
lena

Reputation: 93868

This feature is not currently supported, please vote for IDEABKL-6984

Upvotes: 1

Related Questions