]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add PyCharm Pydantic plugin to docs (#1420)
authorKoudai Aono <koxudaxi@gmail.com>
Sat, 13 Jun 2020 13:05:59 +0000 (22:05 +0900)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 13:05:59 +0000 (15:05 +0200)
* add pydantic pycharm plugin in document

* 📝 Update PyCharm Pydantic plugin note

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/body.md

index 25b1fb6ba07411f3a2aa468f6c73e6ff708130be..b2cde0762cc3b549d73c40da5d85724bf0b69409 100644 (file)
@@ -108,6 +108,17 @@ But you would get the same editor support with <a href="https://www.jetbrains.co
 
 <img src="/img/tutorial/body/image05.png">
 
+!!! tip
+    If you use <a href="https://www.jetbrains.com/pycharm/" class="external-link" target="_blank">PyCharm</a> as your editor, you can use the <a href="https://github.com/koxudaxi/pydantic-pycharm-plugin/" class="external-link" target="_blank">Pydantic PyCharm Plugin</a>.
+
+    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: