diff --git a/products/pycharm.md b/products/pycharm.md index 560b16672..c3ddef148 100644 --- a/products/pycharm.md +++ b/products/pycharm.md @@ -31,6 +31,9 @@ The plugin [Python Community Edition](https://plugins.jetbrains.com/plugin/7322- These plugins include the modules `openapi` and `python-psi-api`. These are considered stable APIs, but care should be taken to test your plugin with any version of PyCharm you wish to support. +## Additional Articles and Resources +* [Webinar Recording: “Live Development of a PyCharm Plugin” with Joachim Ansorg](https://blog.jetbrains.com/pycharm/2019/01/webinar-recording-live-development-of-a-pycharm-plugin-with-joachim-ansorg/) + ## Open Source Plugins for PyCharm When learning new development configurations, it is helpful to have some representative projects for reference: * [Flake8 Support](https://github.com/jansorg/pycharm-flake8) Adds support for flake8's # noqa comments in PyCharm.