简体   繁体   中英

PyCharm equivalent of Visual Studio $(ItemPath) for External Tools

Visual Studio 2017 has broken me, and I am defecting to PyCharm.

However we have a number of very useful external tools set up. One of which looks like this:

Title: PEP8 Current Module
Command: (some path to Python27\\python.exe
Arguments: $(SolutionDir)\\dev_tools\\pep8.py $(ItemPath)
Initial Directory : $(SolutionDir)

What can I put in to the Arguments in PyCharm Create Tool dialog to achieve the same thing?

相当于$(ItemPath)的PyCharm是FilePath宏。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM