PY-87130 type engine: add ui

GitOrigin-RevId: ea1b074efb27a07ceccae85d92dda4806d4888eb
This commit is contained in:
Morgan Bartholomew
2026-02-16 20:27:54 +00:00
committed by intellij-monorepo-bot
parent cc50b5d607
commit c89964a84e
5 changed files with 26 additions and 16 deletions
@@ -229,6 +229,16 @@ settings.python.group.description=<html><body>Configure key Python development s
settings.python.tools.group.title=Tools
settings.python.tools.group.description=<html><body>Configure external Python tool settings.
# Type Engine Settings
configurable.PyTypeEngineConfigurable.display.name=Type Engine
configurable.PyTypeEngineConfigurable.engine.label=Type engine:
configurable.PyTypeEngineConfigurable.project.default=Project default
configurable.PyTypeEngineConfigurable.project.default.description=Use the project-level type engine setting for this module.
configurable.PyTypeEngineConfigurable.pycharm.description=A smart IDE type engine optimized for real world Python, including Django templates, SqlAlchemy models, and more.
configurable.PyTypeEngineConfigurable.pyrefly.description=Currently in Beta, Pyrefly provides fast and accurate type checking, with experimental support for Django and Pydantic.
configurable.PyTypeEngineConfigurable.ty.description=Currently in Beta, ty provides fast and accurate type checking designed to work well with untyped code. Supports advanced type analysis features.
configurable.PyTypeEngineConfigurable.open.settings=Type Engine Settings\u2026
runcfg.autodetect.display_name=Autodetect
runcfg.autodetect.parameters.group.name=Python test