PhpStorm comment settings per filetype

22 Views Asked by At

In an actual PHP file when I use Ctrl + / it actually puts two slashes in front of the code as expected: //.

However in an .env file when I use Ctrl + / it will put a ; in front of the code instead of the expected #.

My question is where this setting is placed in PhpStorm.

The version I use is PhpStorm 2022.3.3

0

There are 0 best solutions below