PY-45729 Intention to convert between single-line comma-separated things and multi-line representation

Merge-request: IJ-MR-155221
Merged-by: Aleksandr Govenko <aleksandr.govenko@jetbrains.com>

GitOrigin-RevId: 1da524fe3f995e28bf23843f02761065ae45f965
This commit is contained in:
Aleksandr.Govenko
2025-03-25 13:43:44 +00:00
committed by intellij-monorepo-bot
parent a04f2e9512
commit ab13d9dfd2
7 changed files with 91 additions and 0 deletions
@@ -269,6 +269,8 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
key="INSP.pandas.series.values.replace.with.tolist" enabledByDefault="true" level="WARNING"
implementationClass="com.jetbrains.python.inspections.PyPandasSeriesToListInspection"/>
<listSplitJoinContext language="Python" implementationClass="com.jetbrains.python.codeInsight.editorActions.PyListSplitJoinContext"/>
<defaultLiveTemplates file="liveTemplates/Python.xml"/>
<liveTemplateContext contextId="Python"
implementation="com.jetbrains.python.codeInsight.liveTemplates.PythonTemplateContextType$General"/>