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.



screenshot



IDE window screenshot










share|improve this question
























  • 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




    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










  • 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















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.



screenshot



IDE window screenshot










share|improve this question
























  • 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




    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










  • 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













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.



screenshot



IDE window screenshot










share|improve this question















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.



screenshot



IDE window screenshot







php html phpstorm






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 3 hours ago









LazyOne

105k20239256




105k20239256










asked yesterday









Riva Portman

62




62












  • 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




    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










  • 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






  • 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










  • 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

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














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





















































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







Popular posts from this blog

Volksrepublik China

How to test boost logger output in unit testing?

Write to the output between two pipeline