phpstorm - In PyCharm, is it possible to disable hiding style tags? -


When I have a string of HTML in PyCharm, then I type the style style = "..." / Code> and only when I click on ... , I can see style content. Are disabling this feature and always showing style tags?

  • In your IDE screen
  • < Li> Find code folding section
  • uncheck HTML style attribute options

Enter image details here


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -