https://github.com/farlee2121/msoffice-codingcommands
Add common coding commands such as commenting or swap lines to office programs
https://github.com/farlee2121/msoffice-codingcommands
Last synced: 2 months ago
JSON representation
Add common coding commands such as commenting or swap lines to office programs
- Host: GitHub
- URL: https://github.com/farlee2121/msoffice-codingcommands
- Owner: farlee2121
- Created: 2018-05-02T21:06:32.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2020-07-08T19:14:11.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T04:23:59.154Z (4 months ago)
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abandoned
Markdown has risen in popularity and the editors (especially vs code plugins) are good enough that it makes more sense to use markdown for development documents than office.# MSOffice-CodingCommands
Add common coding commands, such as commenting or swap lines, to office programs.Currently only supports Word.
# NOTE (for contributors):
We can only access key binding throught the global process hooks.
This means that when you are debugging, you will have to place your cursor and then press
the key combo while in VisualStudio (since it owns the process).Features are coming for key bindings. See WordCodeCommands > ReadMe.md