Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm - Is community edition able to highlight css/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:
enter image description here

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

like image 558
laike9m Avatar asked Jan 08 '14 03:01

laike9m


People also ask

Does PyCharm Community Edition support HTML CSS JavaScript?

It seems that CSS is not /actually/ supported in community edition (it doesn't get it's own icon as the docs would indicate). It must be opened as "text", as all non-supported formats need to be.

Can PyCharm do HTML and CSS?

PyCharm For BeginnersHTML and CSS are well supported in PyCharm Editor. PyCharm Editor includes a special shorthand and provides tag completion for HTML.

Is PyCharm community good for web development?

Backend. Modern Python web development is a breeze with PyCharm Professional, which adds direct support for popular web frameworks. This support brings features that make a huge impact on project productivity.


1 Answers

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

like image 74
kukido Avatar answered Oct 19 '22 05:10

kukido