Search code examples
pythonpycharm

Is PyCharm's community edition able to highlight CSS and JavaScript?


I'm exploring the features of PyCharm to decide if I should use it(now PyDev). All looks great, but I haven't find a way to make PyCharm highlight .css or .js files:

screenshot of code in editor

Is this a functionality which only provided in the commercial edition?


Solution

  • Web development with JavaScript, CoffeeScript, TypeScript, HTML/CSS supported by Professional Edition only. They are edited as text files with no mark-up in Community Edition.

    PyCharm Editions Comparison