Search code examples
intellij-ideasyntax-highlighting

IntelliJ Idea: How to temporarily change file type?


How to change file type of open file without binding file extension to new file type?

I'd like to use that to view python scripts that don't have any extension. So there is no extension to associate file type with.


Solution

  • Good news : IDEA now allow to temporarily set a file type : open "Actions" menu (Ctrl+Shift+A), and look for "override file type" item.