How to build plugins
One of the projects I'm working on requires odd build/deployment and I'd like to investigate writing a build plugin for PyCharm. How do I find the information I need to do that? Sorry if I missed something obvious but I can't seem to find anything about it on the website.
请先登录再写评论。
Are you sure building a plugin would be the best solution? Perhaps your task can be easier accomplished by writing an external tool?