Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add autocomplete support for VS Code, via dataclass_transform #2721

Merged
merged 13 commits into from Sep 6, 2021

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    a8e2528 View commit details
    Browse the repository at this point in the history
  2. 📝 Update changes

    tiangolo committed May 1, 2021
    Configuration menu
    Copy the full SHA
    88fe649 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. 📝 Add docs for VS Code

    tiangolo committed May 2, 2021
    Configuration menu
    Copy the full SHA
    d4c57c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0adbb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. ♻️ Update BaseSettings annotation to improve editor support

    keeping editor support for BaseSetting's custom Config, but preventing __config__ from showing in constructor on editors supporting dataclass_transform
    tiangolo committed May 3, 2021
    Configuration menu
    Copy the full SHA
    c926ed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a56e3e1 View commit details
    Browse the repository at this point in the history
  3. 🎨 Update type annotations for BaseSettings and BaseModel to use Class…

    …Var where suitable
    
    to improve editor support with type annotations and dataclass_transform
    tiangolo committed May 3, 2021
    Configuration menu
    Copy the full SHA
    1bed0f7 View commit details
    Browse the repository at this point in the history
  4. 🔀 Merge master

    tiangolo committed May 3, 2021
    Configuration menu
    Copy the full SHA
    f5fa6a2 View commit details
    Browse the repository at this point in the history
  5. 🎨 Apply ClassVars again

    tiangolo committed May 3, 2021
    Configuration menu
    Copy the full SHA
    ff06395 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. 📝 Simplify VS Code docs terms

    refer mainly to Pylance and clarify the relationship with Pyright
    tiangolo committed May 12, 2021
    Configuration menu
    Copy the full SHA
    e9953a3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. 📝 Add link to Pylance FAQ

    tiangolo committed May 15, 2021
    Configuration menu
    Copy the full SHA
    a379b86 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    a22eee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ceab48 View commit details
    Browse the repository at this point in the history