FileTypes adding keywords

If i go into File->Settings->Editor->File Types i can create new file type with own association. When I create new file type, its possible to create Keywords. It's any way to import them or paste in the config file ? ( it's a lot of them )

0
1 comment

Hi there,

You certainly can try that:

  • Close IDE
  • Locate where custom file types are stored (see Directories used by the IDE to store settings, caches, plugins and logs ) on Windows 7+ & PhpStorm 2016.3 it would be C:\Users\USERNAME\.PhpStorm2016.3\config\filetypes
  • Do your changes and save the file (it's simple XML .. and keywords is just a list separated by ; )
  • Open IDE and see if it worked
1

Please sign in to leave a comment.