intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
Add folding support to make it easier to wrestle with large files. After this PR I'll add structure support though
Related issue: https://youtrack.jetbrains.com/issue/IDEA-353301/Smart-Step-into-is-broken-on-Android-VM?_ga=2.38611104.2028737924.1715614392-2043223902.1661195630&_gl=1*1a98jpa*_ga*MjA0MzIyMzkwMi4xNjYxMTk1NjMw*_ga_9J976DJZ68*MTcxNTYxNDM5MS4zMy4xLjE3MTU2MTQzOTUuNTYuMC4w
[PDM](https://github.com/pdm-project/pdm) is a fairly popular Python package manager. It can generate a [lock file named pdm.lock](https://pdm-project.org/en/stable/usage/lockfile/) that uses TOML format ([example](https://github.com/pdm-project/pdm)).
Currently, exiting with a non-zero value results in an error in PyCharm's console when attaching to a process (see below), this fixes this issue. ... File ".../add_code_to_python_process.py", line 534, in...
Hi, I noticed a wrong reported `PsiElement` in `RenamePyElementProcessor::findExistingNameConflicts`.
Allow to use all the supported configuration files ('.coveragerc', 'setup.cfg', 'tox.ini', and 'pyproject.toml') to configure coverage fixes: https://youtrack.jetbrains.com/issue/PY-46477
Hi! Android Studio engineer here! We are starting to run debugger tests on Android, and we need to be able to specify our own custom maven url/directory. Hope this change...
... by using the HOME environment variable