[indexing] IJPL-197540 Reconsider Indexing wording in hints and feedback notifications ("indexing") (3)

GitOrigin-RevId: 650c42150db6d3c534ebf771a651448e70499d57
This commit is contained in:
Liudmila Kornilova
2025-10-17 11:03:04 +00:00
committed by intellij-monorepo-bot
parent 2502d2c612
commit 02eb739a2e
7 changed files with 9 additions and 9 deletions
@@ -22,8 +22,8 @@ python.onboarding.interpreter.description=PyCharm has already configured a Pytho
You can modify it or create another one for your projects. \
The simplest way to do it is to use the Python interpreter selector in the Status bar.
python.onboarding.interpreter.tip=<strong>Tip:</strong> here you can discover your Python interpreter settings
python.onboarding.indexing.description=When you open a project for the first time, <ide/> scans the Python SDK and the project itself \
to collect details required for coding assistance. To continue, wait until indexing completes.
python.onboarding.indexing.description=When you open a project for the first time, <ide/> analyzes the Python SDK and the project \
to enable code assistance. Please wait until project analysis is complete.
python.onboarding.temporary.configuration.description=You have opened the demo sample. Now, let''s run it! In the highlighted {0}, \
you can see popular running actions for the selected configuration. For example, you can run your code {1} or debug it {2}.
python.onboarding.run.options.professional=Other actions like profile {0}, and run with coverage {1} can be showed by clicking on {2}.