File: plugin.md

package info (click to toggle)
ormar 0.20.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,136 kB
  • sloc: python: 23,758; makefile: 34; sh: 14
file content (18 lines) | stat: -rw-r--r-- 825 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
While `ormar` will work with any IDE there is a PyCharm `pydantic` plugin that enhances the user experience for this IDE.

Plugin is available on the JetBrains Plugins Repository for PyCharm: [plugin page][plugin page].

You can install the plugin for free from the plugin marketplace
(PyCharm's Preferences -> Plugin -> Marketplace -> search "pydantic").

!!!note
    For plugin to work properly you need to provide valid type hints for model fields.
   
!!!info
    Plugin supports type hints, argument inspection and more but mainly only for __init__ methods
    
More information can be found on the
[official plugin page](https://plugins.jetbrains.com/plugin/12861-pydantic)
and [github repository](https://github.com/koxudaxi/pydantic-pycharm-plugin).

[plugin page]: https://plugins.jetbrains.com/plugin/12861-pydantic