Files
openide/python
Mikhail Golubev 7d13e1005d Remove non-working feature trigger for f-string-like completion
It didn't report anything because FeatureUsageTracker.triggerFeatureUsed() is
intended to be used only with a set of predefined productivity guide features.

Registering a dedicated collector is also unnecessary, since it turned out that
we report completion contributors of selected lookup items automatically.

GitOrigin-RevId: a59c466478f82d4b0bc551c6ad85fcf37eb3e2d1
2020-12-04 18:35:47 +00:00
..
2020-10-20 10:54:03 +00:00
2020-10-30 22:48:20 +00:00
2020-11-17 09:53:30 +00:00
2020-06-26 12:21:17 +03:00
2020-11-30 22:16:32 +00:00
2020-10-07 21:25:04 +00:00
2020-11-30 22:16:34 +00:00

official JetBrains project

PyCharm Community Edition

The "python" directory in the source repository contains the source code of PyCharm Community Edition and the Python plugin for IntelliJ IDEA Community Edition.

Building and Running

The code is part of the main IntelliJ IDEA Community Edition project and is compiled together with the rest of the codebase. To run PyCharm Community Edition, please use the provided run configuration "PyCharm Community Edition". To run IntelliJ IDEA with the Python plugin, please use the "IDEA with Python plugin" run configuration.

To run the test suite, use the built-in JUnit test runner and run all tests in the "python-community-tests" module.

Building from the Command Line

To build the distribution archive of PyCharm Community Edition, execute build.xml Ant build script in this directory. The results of the build execution can be found at out/artifacts.

Building the Python Plugin

To build the Python plugin for IntelliJ IDEA Community Edition:

  • Download the .tar.gz distribution of the most recent EAP or release build of IntelliJ IDEA Community Edition;

  • Run the following command:

    ant -Didea.path= -Didea.build.number=<build number of the build you're using> plugin

The .zip file of the built plugin will be placed at distCE/python-community-.SNAPSHOT.zip