Browse Branch's Commits Review the changes in main before bringing them to your branch.Paul Everittvcs2022-12-09
See VCS Changed Lines In Gutter Quickly spot which parts of your file have changed since the last commit.Paul Everitteditingvcs2022-10-30
Only Commit Some Changes Unselect files or changed regions within files during the commit process.Paul Everittvcs2022-10-27
Fix Your Work with Amend Commit Put some missing work back into your last commit, before you push.Paul Everittvcs2022-10-21
Use Local History to Avoid Disaster Use the IDE's built-in history facility to recover changes when VCS can't help you.Paul Everittvcs2022-10-13
Edit Commit Message Edit the wording in your last commit message, after you committed.Paul Everittvcs2022-10-05
Database Visualization Visualize the structure of a database with diagramsMukul Mantoshdjangodatabase2020-09-24
Autocomplete Django Settings Strings Use autocomplete when typing a string in the apps section of your settings file.Nafiul Islamdjangoediting2020-03-16
Speed Up Coverage with Configuration File Speed up your "visual coverage" with a config file and correct working directory.Paul Everitttesting2019-04-18
Create a Project from GitHub Let PyCharm do the work to clone and setup a project hosted on GitHub.Paul Everittvcs2019-04-17
Create SQLite Database Connection By Drag-and-Drop Drag-and-drop a .sqlite database file onto the Database tool to create a connection.Paul Everittdatabase2019-04-17
Put New Project Under Version Control The fastest way to register a new project directory under local version control.Paul Everittvcs2019-04-17
Run npm Scripts from package.json Browse your package.json scripts and run in a dedicated tool window.Paul Everittjavascriptweb2019-04-17
Split Screen Without Tabs Get your code and tests side-by-side without resorting to tabs.Paul Everitteditingtesting2019-04-17
Spot Coverage Gaps Using the Gutter Let the IDE help you spot coverage gaps in your testing.Paul Everitttesting2019-04-17
Wrap Selection With Tag Use the keyboard to put a wrapper tag around a selection of code.Paul Everittweb2019-04-17
Auto-Run Tests Get into testing mode by telling PyCharm to automatically re-run tests as you type.Paul Everitttesting2019-04-15
Conditional Breakpoints Speed up your debugging by stopping execution only when you want to.Paul Everittdebugging2019-04-15
Evaluate Expression During Debugging Select your code and execute it, in the right context.Paul Everittdebugging2019-04-15
Run From Keyboard Use the keyboard to select and run a run configuration.Paul Everittediting2019-04-15
Enable vim keybindings with IdeaVim plugin Use the same keybindings from vim with a PlugInBill Tuckerediting2019-03-25
Adding Fields In a Constructor Let your IDE add constructor arguments to your instance.Paul Everittediting2019-03-18
Rename a File and Its References Change your mind on a file name and the IDE makes all the changes for you.Paul Everittediting2019-03-12
Rename Symbol Change a variable name, class name, or other symbol, across the project.Paul Everittediting2019-03-12
Move Block Up/Down Using Keyboard Use the keyboard to move a line or selection up or down in your file.Paul Everittediting2019-03-11
Quick Documentation View arguments and documentation without interrupting your flow.Paul Everittediting2019-03-11
Make and Extend Selection Using Keyboard Use the keyboard to select blocks of code then extend/shrink the selection.Paul Everittediting2019-03-10
Add Line After/Before Smart-add a line, from the middle of a line, after or before the current line.Paul Everittediting2019-03-09
Find In Path With Navigation Bar Use keyboard and Navigation Bar to find files under a path.Paul Everittnavigationnavigationbar2019-01-25
Create New File With Navigation Bar Activate the Navigation Bar and create a new file somewhere in the project tree.Paul Everittnavigationnavigationbar2019-01-24
Narrow Navigation Bar With Speed Search Narrow and select from a long folder listing Navigation Bar by typing a speed search.Paul Everittnavigationnavigationbarspeedsearch2019-01-23
Open File With Navigation Bar Open a file somewhere in the project tree using the keyboard and Navigation Bar.Paul Everittnavigationnavigationbar2019-01-22
Navigate Files With Navigation Bar Move around your project tree and select files, from your keyboard, with the Navigation Bar.Paul Everittnavigationnavigationbar2019-01-21
Activate Navigation Bar Bring up the Navigation Bar as needed, let it disappear when finished.Paul Everittnavigationnavigationbar2019-01-20
Install and import While typing a symbol, let PyCharm install it and generate the import.Paul Everittpython2018-12-04
Generate Imports While Typing Avoid interruption by letting PyCharm generate your imports as you type.Paul Everitteditingpython2018-12-03
Optimize Imports Automate the organizing and cleaning up of your Python imports with Optimize Imports.Paul Everitteditingpython2018-12-02
Reformat Code Tell PyCharm to clean up indentation and other code style in your file.Paul Everittediting2018-12-01
Navigate Cursor Position Back and Forth Easily navigate back to where you were, or where you went.Paul Everittnavigation2018-11-09
Managing Copyright Policy Use the copyright tool to manage a copyright statement across project files.Paul Everittide2018-11-08
Parsed f-string expressions Bracket completion and syntax highlighting for f-string evaluated expressions.Paul Everittediting2018-11-08
Use Recent Files to Open Tool Window From the Recent Files popup, open one of the IDE tool windows.Paul Everittnavigation2018-11-07
LiveEdit HTML and CSS With the LiveEdit plugin, open HTML and CSS in Chrome, over HTTP, and see updates as you save.Paul Everittediting2018-11-07
Navigate to File Jump to a file without using the Project Tool and your mouse.Paul Everittnavigation2018-11-07
One Import Per Line Preference Tell PyCharm to put each import on a separate line when it cleans up your imports.Paul Everittediting2018-11-06
Better Autocomplete Results in Angular Templates Narrow the universe of Angular template completions to those that matter.Paul Everittangularediting2018-11-04
Jump to Recent File Use Recent Files to quickly jump to last-visited file.Paul Everittnavigationspeedsearch2018-11-04
Reduce Clutter by Disabling Tools Save space by turning off various toolbars and Project Tool.Paul Everittide2018-11-04
Find Action Skip memorizing keyboard shortcuts and speed search for actions instead.Paul Everittnavigation2018-11-01