* add pydantic pycharm plugin in document
* 📝 Update PyCharm Pydantic plugin note
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
<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: