jython compiled class file will show in the project view
Answered
I've a project with embedded jython.
When running jython, all .py files will be compiled into .class files.
The class files are generated right beside the source file, so I can't exclude the entire tree.
My question is, is there a way to show the py files without having to see the class files in the Project View ?
I'm using IntelliJ Ultimate latest edition (at the moment 2016.1) with latest python plugin (at the moment 2016.1.145.86)
Thanks
Please sign in to leave a comment.
You can create a custom Scope that will exclude .class files and enable this Scope for the project view.
Thanks Serge.
In case anyone is interested.
Took me a while to figure out the second step.