Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alefragnani/vscode-delphi-keybindings
Delphi Keybindings for Visual Studio Code
https://github.com/alefragnani/vscode-delphi-keybindings
delphi keybindings shortcut visual-studio-code vscode vscode-extension
Last synced: 2 months ago
JSON representation
Delphi Keybindings for Visual Studio Code
- Host: GitHub
- URL: https://github.com/alefragnani/vscode-delphi-keybindings
- Owner: alefragnani
- License: gpl-3.0
- Created: 2016-10-29T23:16:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T23:09:22.000Z (9 months ago)
- Last Synced: 2024-04-14T20:27:37.543Z (8 months ago)
- Topics: delphi, keybindings, shortcut, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Size: 781 KB
- Stars: 10
- Watchers: 4
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[![](https://vsmarketplacebadges.dev/version-short/alefragnani.delphi-keybindings.svg)](https://marketplace.visualstudio.com/items?itemName=alefragnani.delphi-keybindings)
[![](https://vsmarketplacebadges.dev/downloads-short/alefragnani.delphi-keybindings.svg)](https://marketplace.visualstudio.com/items?itemName=alefragnani.delphi-keybindings)
[![](https://vsmarketplacebadges.dev/rating-short/alefragnani.delphi-keybindings.svg)](https://marketplace.visualstudio.com/items?itemName=alefragnani.delphi-keybindings)
[![](https://img.shields.io/github/actions/workflow/status/alefragnani/vscode-delphi-keybindings/main.yml?branch=master)](https://github.com/alefragnani/vscode-delphi-keybindings/actions?query=workflow%3ACI)# What's new in Delphi Keymap 9.8
* Published to **Open VSX**
* Adds **Localization** support
* Adds new setting to choose Delphi release for `DocWiki`
* Adds **Web** support# Support
**Delphi Keymap** is an open source extension created for **Visual Studio Code**. While being free and open source, if you find it useful, please consider supporting it.
# Delphi Keymap
This extension ports popular **Delphi** keyboard shortcuts to **Visual Studio Code**.
# Features
## Shortcuts included
You can see all the keyboard shortcuts in the extension's contribution list. Check some of them:
Command | Keyboard Shortcut | | Command | Keyboard Shortcut
------- | ----------------- | - |------- | -----------------
Save All | Ctrl + Shift + S | | Find / Replace | Ctrl + H
Format | Ctrl + D | | Go To Line | Alt + G
IDE Insight | Ctrl + . | | Find Local References | Shift + Ctrl + Enter
Refactor / Rename | Ctrl + Shift + E | | Find Original Symbol | Ctrl + G
Comment Line | Ctrl + ; | | Compile | Ctrl + F9
Redo | Alt + Shift + Backspace | | Run | F9 |
Delete Line | Ctrl + Y | | Step Over | F8
Show Snippets | Ctrl + J | | Step Into | F7
Help Insight | Ctrl + Shift + H | | Toggle Breakpoint | F5
Help | F1 | | Evaluate/Modify | Ctrl + F7## Available Settings
* Choose the Delphi version to be used in DocWiki (`Alexandria` by default)
```json
"delphiKeybindings.delphiVersionInDocWiki": "Tokyo"
```## Bookmarks
If you are looking for the same **Bookmarks** experience from **Delphi**, try out my [Numbered Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.numbered-bookmarks) extension :wink:
## License
[GPL-3.0](LICENSE.md) © Alessandro Fragnani