Koudai Aono
Koudai Aono
Version 0.4 will support useful features. ## TODO - [ ] freeze a list of features - [ ] implement features ## Features - [ ] Jump to pydantic official...
## Release schedule | Version | release issue | detail | code status | target date | | ------------- | ------------- | ------------- | ------------- | ------------- | | 0.1.0...
We often change the default value to the `Field` object. I want to do the action by Quick Fix. https://www.jetbrains.com/help/idea/resolving-problems.html https://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/quick_fix.html
We often read the official document when writing code. 1. Open browser 2. search pydnatic document. 3. search some words in the searching area. 4. check the document. I want...
add documents include screen captures (GIF animation) on each feature
Some values should be treated equivalently. The list will be used for type-checking on the plugin and mypy. 1. How do we generate the list? 2. How do we use...
I want to add filters of jinja2. - snake-case - camel-case and other
this code generator has `imports` for rendering import statements. But, The variable has all import statements. I want to create `imports` each scope. (example: request, response, query parameter)