[Pydev-users] Question on Java/Python projects
Brought to you by:
fabioz
From: Dan D. <dan...@gm...> - 2017-09-14 14:39:45
|
Hi, I'm working on a project that has a bunch of Python and a bunch of Java. Is it safe to tell Eclipse that this is a PyDev Project when it is also a Maven project? I also see different source code coloration in *.py files and a script that begins with #!/usr/bin/env python. I realize I should probably re-wack my structure so that this is a simpler script, invoking code that can be properly mocked and tested, but is there any way to get the PyDev editor on this shebang Python script? I have my Python code organized into src/main/assembly, and I want to get the advantage of symbol checking when in the editor. |