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