pydantic-pycharm-plugin

PyCharm plugin for pydantic. This plugin provides autocompletion, inspection, type-checking, inserting unfilled argument, and more.

MIT License

Stars
417
Committers
9

Bot releases are hidden (Show)

pydantic-pycharm-plugin - v0.4.8

Published by koxudaxi about 1 year ago

What's Changed

Full Changelog: https://github.com/koxudaxi/pydantic-pycharm-plugin/compare/v0.4.7...v0.4.8

pydantic-pycharm-plugin - v0.3.14

Published by koxudaxi about 2 years ago

  • Support IntelliJ IDEA 2022.3 [#519]
pydantic-pycharm-plugin - 0.1.11

Published by koxudaxi about 4 years ago

  • Support dynamic model [#175]
    a.k.a create_model()
pydantic-pycharm-plugin - 0.1.10

Published by koxudaxi over 4 years ago

  • fix inserting arguments [#160]
pydantic-pycharm-plugin - 0.1.9

Published by koxudaxi over 4 years ago

  • Fix compatibility issues [#145]
pydantic-pycharm-plugin - 0.1.8

Published by koxudaxi over 4 years ago

  • Support inserting arguments [#144]
pydantic-pycharm-plugin - 0.1.7

Published by koxudaxi over 4 years ago

  • Update JVM version [#133]
  • Fix handling project [#137]
  • Fix invalid cache for pydantic version [#132]
  • Fix invalid completion in callable expression [#130]
pydantic-pycharm-plugin - 0.1.6

Published by koxudaxi over 4 years ago

  • Support conlist [#129]
  • Fix acceptable types for collections [#127]
  • Improve initializer and add package manager listener [#126]
  • Fix invalid self parameter when inherits from non-pydantic model [#125]
  • Add mock sdk for unittest [#124]
  • Fix types of methods and functions [#123]
pydantic-pycharm-plugin - 0.1.5

Published by koxudaxi over 4 years ago

  • Support a collection on parsable-type and acceptable-type [#120]
  • Fix an error when a project is disposed [#121]
  • Fix type-map edge case for parsable-type and acceptable-type [#118]
pydantic-pycharm-plugin - 0.1.4

Published by koxudaxi over 4 years ago

  • Fix type provider for dataclass [#114]
  • Support mypy.ini [#110]
pydantic-pycharm-plugin - 0.1.3

Published by koxudaxi over 4 years ago

  • Add documents and link to documents [#105, #106, #107, #108]
  • Support acceptable type [#104]
  • Support parsable type highlight level [#103]
pydantic-pycharm-plugin - 0.1.2

Published by koxudaxi over 4 years ago

  • Fix type checker [#102]
  • Fix an invalid warning when a field type is any [#101]
  • Fix plugin build settings [#100]
pydantic-pycharm-plugin - 0.1.1

Published by koxudaxi over 4 years ago

  • Support parsable type [#96]
    This release has a new inspection that you can set on settings.
    There is a detail at here
pydantic-pycharm-plugin - 0.1.0

Published by koxudaxi over 4 years ago

  • Support dataclass with extension point [#98]
    (After PyCharm 2020.1 and this plugin version 0.1.0, PyCharm treats pydantic.dataclasses.dataclass as third-party dataclass.)
pydantic-pycharm-plugin - 0.0.30

Published by koxudaxi over 4 years ago

  • Fix invalid warn on no public attribute [#95]
pydantic-pycharm-plugin - 0.0.29

Published by koxudaxi almost 5 years ago

  • Inspect untyped fields [#93]
  • Add config panel [#92]
pydantic-pycharm-plugin - 0.0.28

Published by koxudaxi almost 5 years ago

  • Support positional arguments for dataclasses [#91]
  • Fix field names treated with incorrect scope [#90]
pydantic-pycharm-plugin - 0.0.27

Published by koxudaxi almost 5 years ago

  • Support to inspect read-only property [#86]
pydantic-pycharm-plugin - 0.0.26

Published by koxudaxi almost 5 years ago

  • Support to inspect from_orm() [#85]
  • Improve to handle Config [#85]
pydantic-pycharm-plugin - 0.0.25

Published by koxudaxi almost 5 years ago

  • Add auto-completion for config fields [#84]
  • Support allow_population_by_field_name [#82]
Badges
Extracted from project README
Build License: MIT JetBrains
Related Projects