English 中文(简体)
突出显示位图错误
原标题:pycharm error highlighting
  • 时间:2012-05-22 14:20:58
  •  标签:
  • pycharm

编辑有时觉得我的编码有误

也许它认为变数申报不当, 或者不存在, 或者括号不正确?

当然,编辑错了,而我的编码是完美的。然而,为了向炼狱团队提出虫子,我需要能够清楚地看到这些“错误”在哪里。

目前,编辑倾向于使用“近乎隐形的灰色”作为“errors”选择的颜色方案。

需要我采取什么步骤来改变配色方案,

最佳回答

您可以将其配置为 Editor @ Colors & amp; fonts @ General :

"https://i.sstatic.net/kkIee.png" alt="颜色 & amp; 字体"/ >

问题回答

暂无回答




相关问题
AttributeError: int object has no attribute readline

I am trying to make a hangman game in python but i get the attribute error in my title. this is my code I have no idea what might be causing this attribute error in my code. I think it might have ...

My code doesnt work even dou is the same in my opinion

I have this code that takes a list of name from a file, gets a letter example for another file an then creates personal letter with the names, the thing is my code creates empty letters for some ...

How to edit several directories as one project in PyCharm?

I created a django project and as it was recommended in django tutorial I placed static files like .js in separate folder as well as template directory. The result structure is like: MyProject > ...

Python "ImportError: No module named" Problem

I m running Python 2.6.1 on Windows XP SP3. My IDE is PyCharm 1.0-Beta 2 build PY-96.1055. I m storing my .py files in a directory named "src"; it has an __init__.py file that s empty except for an "...

Comparison of IntelliJ Python plugin or PyCharm

So I have IntelliJ and love it, and have been using the Python plugin for a while. But I noticed that they have PyCharm coming out in beta now. I haven t been using PyCharm since I just use IntelliJ ...

Does anyone have a "dark" PyCharm schema file? [closed]

I m trying out PyCharm for Django development and I can t stand the white background. Can someone provide a place to download a schema file? Switching all the colors manually is tedious and time ...

Hidden features of PyCharm [closed]

I know PyCharm is young IDE but id like to know if you guys have found some candy while using it. I know from experience that JetBrains IDE s are filled with candy and can t wait to find it all. ...

热门标签