Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove red border in phpStorm?

Tags:

phpstorm

I have a little strange question, and I'm hoping you could help. Cause, I've been searching for the answer in Google, in PHPstorm documentation and etc.

Here's what I need. Every time I type something in CSS or HTML with Zen coding, this Red Border appears to the value. When my mouse cursor is anywhere else and I hit "Enter", the cursor goes to the end of that red border.

So does anybody know, how to get rid of it? It drives me crazy.. Thanks.

enter image description here

like image 466
Lado Lomidze Avatar asked May 31 '13 13:05

Lado Lomidze


1 Answers

pressing Enter (or Tab) is enough to remove the border :) See help: "If the selected template is parametrized and requires user input, the editor enters the template editing mode and displays the first input field highlighted with the red frame. Type your value in this frame and press EnterEnter or TabTab to complete input and pass to the next input field. After completing the last input field, the caret moves to the end of the construct, and the editor returns to the regular mode of operation"

like image 152
lena Avatar answered Sep 19 '22 19:09

lena