mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-87130 type engine: add ui
GitOrigin-RevId: ea1b074efb27a07ceccae85d92dda4806d4888eb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cc50b5d607
commit
c89964a84e
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user