Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

sunhs/py-paste-indent

Open more actions menu

Repository files navigation

PY-PASTE-INDENT

Features

  • Automatically indent python code block when pasting.

Requirements

This feature utilizes other auto indent mechanism to indent the first line. For example, the Python extension by Don Jayamanne.

Extension Settings

Bind your preferred keyboard shortcut to the command:

pyPasteIndent.pasteIndent

Example keybinding code, using Ctrl+Shift+v to execute pyPasteIndent.pasteIndent when editing Python Code:

{
  "key": "ctrl+shift+v",
  "command": "pyPasteIndent.pasteIndent",
  "when": "editorLangId == 'python'"
}

Screenshot

image

About

python paste and indent extension for VS Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.