I cannot find a solution. There has to be an easy answer. Please someone explain how I can get the colors in Editor > Color Scheme > Python, to show in my python file?
In general, you should be able to set up colors by clicking on the code you wish to configure in the code example window. However, it seems that this isn't working in your case. Please correct me if I'm missing something.
As part of general troubleshooting, please try the following steps:
Upgrade PyCharm to the latest version.
Disable all non-bundled plugins (go to Settings | Plugins | click the cog icon | select Disable All Downloaded Plugins).
If the issue persists, please create YouTrack ticket and attach the idea.log file (found under Help | Show Log in <file_browser>). Once the ticket is created, post the link here.
Hello, @Christopher Mccabe 77,
In general, you should be able to set up colors by clicking on the code you wish to configure in the code example window. However, it seems that this isn't working in your case. Please correct me if I'm missing something.
As part of general troubleshooting, please try the following steps:
If the issue persists, please create YouTrack ticket and attach the
idea.logfile (found under Help | Show Log in <file_browser>). Once the ticket is created, post the link here.I finally stumbled across the solution, and forgot to come back and post. "Highlight:" was set to NONE.
Thank you for sharing the details. Glad to hear that everything is working as expected now!