diff --git a/docs/index.md b/docs/index.md index a9284276..47e0c536 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,19 +8,6 @@ [A JetBrains PyCharm plugin](https://plugins.jetbrains.com/plugin/12861-pydantic) for [`pydantic`](https://github.com/samuelcolvin/pydantic). -## Help -See [documentation](https://koxudaxi.github.io/pydantic-pycharm-plugin/) for more details. - -## Quick Installation -The plugin is in Jetbrains repository ([Pydantic Plugin Page](https://plugins.jetbrains.com/plugin/12861-pydantic)) - -You can install the stable version on PyCharm's `Marketplace` (Preference -> Plugins -> Marketplace) [Offical Document](https://www.jetbrains.com/help/idea/managing-plugins.html) - -![search plugin](search_plugin.png) - -## Example: -![type check1](typecheck1.png) - ## Features ### Implemented #### pydantic.BaseModel @@ -34,6 +21,16 @@ You can install the stable version on PyCharm's `Marketplace` (Preference -> Plu * Support same features as `pydantic.BaseModel` * (After PyCharm 2020.1 and this plugin version 0.1.0, PyCharm treats `pydantic.dataclasses.dataclass` as third-party dataclass.) +## Example: +![type check1](typecheck1.png) + +## Quick Installation +The plugin is in Jetbrains repository ([Pydantic Plugin Page](https://plugins.jetbrains.com/plugin/12861-pydantic)) + +You can install the stable version on PyCharm's `Marketplace` (Preference -> Plugins -> Marketplace) [Offical Document](https://www.jetbrains.com/help/idea/managing-plugins.html) + +![search plugin](search_plugin.png) + ## Contribute We are waiting for your contributions to `pydantic-pycharm-plugin`. diff --git a/docs/type-checking.md b/docs/type-checking.md index 84e896af..3967cdf4 100644 --- a/docs/type-checking.md +++ b/docs/type-checking.md @@ -1,5 +1,6 @@ ### Inspection for type-checking **Experimental** + **In version 0.1.1, This feature is broken. Please use it in [0.1.2](https://github.com/koxudaxi/pydantic-pycharm-plugin/releases/tag/0.1.2) or later.** This plugin provides an inspection for type-checking, which is compatible with pydantic. diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index ca87d01e..188541c0 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -7,6 +7,7 @@
Features