From c0f3019764d0192f5ee82f1039cf26f55c6d3879 Mon Sep 17 00:00:00 2001 From: Koudai Aono Date: Sat, 13 Jun 2020 22:05:59 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20PyCharm=20Pydantic=20plugi?= =?UTF-8?q?n=20to=20docs=20(#1420)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add pydantic pycharm plugin in document * 📝 Update PyCharm Pydantic plugin note Co-authored-by: Sebastián Ramírez --- docs/en/docs/tutorial/body.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/en/docs/tutorial/body.md b/docs/en/docs/tutorial/body.md index 25b1fb6ba..b2cde0762 100644 --- a/docs/en/docs/tutorial/body.md +++ b/docs/en/docs/tutorial/body.md @@ -108,6 +108,17 @@ But you would get the same editor support with +!!! tip + If you use PyCharm as your editor, you can use the Pydantic PyCharm Plugin. + + It improves editor support for Pydantic models, with: + + * auto-completion + * type checks + * refactoring + * searching + * inspections + ## Use the model Inside of the function, you can access all the attributes of the model object directly: