From: Koudai Aono Date: Sat, 13 Jun 2020 13:05:59 +0000 (+0900) Subject: 📝 Add PyCharm Pydantic plugin to docs (#1420) X-Git-Tag: 0.57.0~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0f3019764d0192f5ee82f1039cf26f55c6d3879;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add PyCharm Pydantic plugin to docs (#1420) * add pydantic pycharm plugin in document * 📝 Update PyCharm Pydantic plugin note Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/tutorial/body.md b/docs/en/docs/tutorial/body.md index 25b1fb6ba0..b2cde0762c 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: