U
U
uRoot2021-04-08 10:16:06
phpstorm
uRoot, 2021-04-08 10:16:06

How to change line commenting in PhpStorm?

If you click on CTRL + / then in our React project the lines will be commented out like this:

{/*<div>*/}
  {/*  <span className='table__header-item-text'>Сумма</span>*/}
{/*</div>*/}


Is it possible to somehow change this so that the lines are commented like this:
{/*
<div>
  <span className='table__header-item-text'>Сумма</span>
</div>
*/}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question