Keyboard Shortcuts
JEditor provides keyboard shortcuts for common operations, making your workflow faster and more efficient.
File Operations
Shortcut |
Action |
|---|---|
|
Create a new file |
|
Open an existing file |
|
Open a folder (project) |
|
Save the current file |
Code Execution
Shortcut |
Action |
|---|---|
|
Run the current Python file |
|
Debug the current Python file |
|
Stop all running processes |
Code Quality
Shortcut |
Action |
|---|---|
|
Format Python code with YAPF |
|
Check PEP 8 compliance |
|
Reformat / validate JSON |
Browser
Shortcut |
Action |
|---|---|
|
In-page text search (browser) |
Console
Shortcut |
Action |
|---|---|
|
Previous command in history |
|
Next command in history |