diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 0f059c94..8f9d443f 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,10 +1,28 @@ - + com.koxudaxi.pydantic Pydantic 0.0.11 Koudai Aono @koxudaxi - This plugin provides autocompletion support for pydantic + This plugin provides autocompletion support for pydantic

+

Features

+
    +
  • pydantic.BaseModel +
      +
    • Model-specific __init__-signature inspection and autocompletion for subclasses of pydantic.BaseModel
    • +
    • Model-specific __init__-arguments type-checking for subclasses of pydantic.BaseModel
    • +
    • Refactor support for renaming fields for subclasses of BaseModel
    • +
    • (If the field name is refactored from the model definition, PyCharm will present a dialog offering the choice to automatically rename the keyword where it occurs in a model initialization call.
    • +
    +
  • +
  • pydantic.dataclasses.dataclass +
      +
    • The plugin has not supported dataclass yet.
    • +
    +
  • +
+ ]]>