@ -108,6 +108,17 @@ But you would get the same editor support with <a href="https://www.jetbrains.co
<imgsrc="/img/tutorial/body/image05.png">
<imgsrc="/img/tutorial/body/image05.png">
!!! tip
If you use <ahref="https://www.jetbrains.com/pycharm/"class="external-link"target="_blank">PyCharm</a> as your editor, you can use the <ahref="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
## Use the model
Inside of the function, you can access all the attributes of the model object directly:
Inside of the function, you can access all the attributes of the model object directly: