PhpStorm background color changed in part of file
up vote
0
down vote
favorite
I am very new to PhpStorm. I have joined a team and started working on a new feature, but found that part of my file is now without the different colors that are usually shown for PHP. It has a background, which I removed, but the text is plain white (instead of orange, yellow, etc.). I am not sure what I did or how only part of the file is like this and the rest is fine, but any help would be appreciated.
The file is PHP and has some HTML in it. Apart from this one part, everything else has the correct background and the correct coloring.
I tried invalidating the caches and restarting and that helped for a minute or two, but when I switched to something else and then back again, the problem was back. Any help would be much appreciated.
php html phpstorm
|
show 13 more comments
up vote
0
down vote
favorite
I am very new to PhpStorm. I have joined a team and started working on a new feature, but found that part of my file is now without the different colors that are usually shown for PHP. It has a background, which I removed, but the text is plain white (instead of orange, yellow, etc.). I am not sure what I did or how only part of the file is like this and the rest is fine, but any help would be appreciated.
The file is PHP and has some HTML in it. Apart from this one part, everything else has the correct background and the correct coloring.
I tried invalidating the caches and restarting and that helped for a minute or two, but when I switched to something else and then back again, the problem was back. Any help would be much appreciated.
php html phpstorm
Can you go toFile->Settings->Editor->Code Style
And check thePHP
settings. Also, in the same location I mentioned above, check theColor Scheme
(I use Dracula for example). Another thing it usually happens is usingdie()
in the middle of thePHP code
has it will blank all the lines after thedie
is used to make us aware something is stopping the process after that line
– Diogo Santo
yesterday
1
Also, if you are able, can you confirm if when on a.php
file type, ifphpstorm
will ask you toinstall php plugin
? It might be possible it is disabled or needs updating for some odd reason
– Diogo Santo
yesterday
Thank you for your response. I also use Darcula as my theme.
– Riva Portman
yesterday
There is no die() in the script. I will check the php plugin.
– Riva Portman
yesterday
1
I want to see whole IDE window, especially file icon for this file. Right now it could be 2 possible reasons...
– LazyOne
yesterday
|
show 13 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am very new to PhpStorm. I have joined a team and started working on a new feature, but found that part of my file is now without the different colors that are usually shown for PHP. It has a background, which I removed, but the text is plain white (instead of orange, yellow, etc.). I am not sure what I did or how only part of the file is like this and the rest is fine, but any help would be appreciated.
The file is PHP and has some HTML in it. Apart from this one part, everything else has the correct background and the correct coloring.
I tried invalidating the caches and restarting and that helped for a minute or two, but when I switched to something else and then back again, the problem was back. Any help would be much appreciated.
php html phpstorm
I am very new to PhpStorm. I have joined a team and started working on a new feature, but found that part of my file is now without the different colors that are usually shown for PHP. It has a background, which I removed, but the text is plain white (instead of orange, yellow, etc.). I am not sure what I did or how only part of the file is like this and the rest is fine, but any help would be appreciated.
The file is PHP and has some HTML in it. Apart from this one part, everything else has the correct background and the correct coloring.
I tried invalidating the caches and restarting and that helped for a minute or two, but when I switched to something else and then back again, the problem was back. Any help would be much appreciated.
php html phpstorm
php html phpstorm
edited 3 hours ago
LazyOne
105k20239256
105k20239256
asked yesterday
Riva Portman
62
62
Can you go toFile->Settings->Editor->Code Style
And check thePHP
settings. Also, in the same location I mentioned above, check theColor Scheme
(I use Dracula for example). Another thing it usually happens is usingdie()
in the middle of thePHP code
has it will blank all the lines after thedie
is used to make us aware something is stopping the process after that line
– Diogo Santo
yesterday
1
Also, if you are able, can you confirm if when on a.php
file type, ifphpstorm
will ask you toinstall php plugin
? It might be possible it is disabled or needs updating for some odd reason
– Diogo Santo
yesterday
Thank you for your response. I also use Darcula as my theme.
– Riva Portman
yesterday
There is no die() in the script. I will check the php plugin.
– Riva Portman
yesterday
1
I want to see whole IDE window, especially file icon for this file. Right now it could be 2 possible reasons...
– LazyOne
yesterday
|
show 13 more comments
Can you go toFile->Settings->Editor->Code Style
And check thePHP
settings. Also, in the same location I mentioned above, check theColor Scheme
(I use Dracula for example). Another thing it usually happens is usingdie()
in the middle of thePHP code
has it will blank all the lines after thedie
is used to make us aware something is stopping the process after that line
– Diogo Santo
yesterday
1
Also, if you are able, can you confirm if when on a.php
file type, ifphpstorm
will ask you toinstall php plugin
? It might be possible it is disabled or needs updating for some odd reason
– Diogo Santo
yesterday
Thank you for your response. I also use Darcula as my theme.
– Riva Portman
yesterday
There is no die() in the script. I will check the php plugin.
– Riva Portman
yesterday
1
I want to see whole IDE window, especially file icon for this file. Right now it could be 2 possible reasons...
– LazyOne
yesterday
Can you go to
File->Settings->Editor->Code Style
And check the PHP
settings. Also, in the same location I mentioned above, check the Color Scheme
(I use Dracula for example). Another thing it usually happens is using die()
in the middle of the PHP code
has it will blank all the lines after the die
is used to make us aware something is stopping the process after that line– Diogo Santo
yesterday
Can you go to
File->Settings->Editor->Code Style
And check the PHP
settings. Also, in the same location I mentioned above, check the Color Scheme
(I use Dracula for example). Another thing it usually happens is using die()
in the middle of the PHP code
has it will blank all the lines after the die
is used to make us aware something is stopping the process after that line– Diogo Santo
yesterday
1
1
Also, if you are able, can you confirm if when on a
.php
file type, if phpstorm
will ask you to install php plugin
? It might be possible it is disabled or needs updating for some odd reason– Diogo Santo
yesterday
Also, if you are able, can you confirm if when on a
.php
file type, if phpstorm
will ask you to install php plugin
? It might be possible it is disabled or needs updating for some odd reason– Diogo Santo
yesterday
Thank you for your response. I also use Darcula as my theme.
– Riva Portman
yesterday
Thank you for your response. I also use Darcula as my theme.
– Riva Portman
yesterday
There is no die() in the script. I will check the php plugin.
– Riva Portman
yesterday
There is no die() in the script. I will check the php plugin.
– Riva Portman
yesterday
1
1
I want to see whole IDE window, especially file icon for this file. Right now it could be 2 possible reasons...
– LazyOne
yesterday
I want to see whole IDE window, especially file icon for this file. Right now it could be 2 possible reasons...
– LazyOne
yesterday
|
show 13 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53371951%2fphpstorm-background-color-changed-in-part-of-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Can you go to
File->Settings->Editor->Code Style
And check thePHP
settings. Also, in the same location I mentioned above, check theColor Scheme
(I use Dracula for example). Another thing it usually happens is usingdie()
in the middle of thePHP code
has it will blank all the lines after thedie
is used to make us aware something is stopping the process after that line– Diogo Santo
yesterday
1
Also, if you are able, can you confirm if when on a
.php
file type, ifphpstorm
will ask you toinstall php plugin
? It might be possible it is disabled or needs updating for some odd reason– Diogo Santo
yesterday
Thank you for your response. I also use Darcula as my theme.
– Riva Portman
yesterday
There is no die() in the script. I will check the php plugin.
– Riva Portman
yesterday
1
I want to see whole IDE window, especially file icon for this file. Right now it could be 2 possible reasons...
– LazyOne
yesterday