An open API service indexing awesome lists of open source software.

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

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