[python] in-product survey about user's job for pycharm (PY-74269)

(cherry picked from commit 5ce25d3c418b54649e6a52a892bc84b837251e76)

IJ-MR-148062

GitOrigin-RevId: 878f980a2487aeb772e600721808261a688b18c4
This commit is contained in:
Aleksei Kniazev
2024-10-29 18:07:35 +01:00
committed by intellij-monorepo-bot
parent 208aff9f2d
commit 3d4d8fb8e1
9 changed files with 235 additions and 1 deletions

View File

@@ -638,6 +638,10 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
key="quickfix.ranking.ml"
defaultValue="[IN_EXPERIMENT*|ENABLED|DISABLED]"
description="Enable ML ranking in quick fix for missing imports"/>
<feedback.idleFeedbackSurvey implementation="com.jetbrains.python.statistics.feedback.PythonJobSurvey"/>
<statistics.counterUsagesCollector implementationClass="com.jetbrains.python.statistics.feedback.PythonJobStatisticsCollector"/>
<backgroundPostStartupActivity implementation="com.jetbrains.python.statistics.feedback.PythonFirstLaunchChecker"/>
</extensions>
<extensionPoints>