https://github.com/olilarkin/voicecodexcsourceeditorextension
Xcode Source Editor Extension for voicecode.io
https://github.com/olilarkin/voicecodexcsourceeditorextension
swift voicecode xcode xpc
Last synced: 3 days ago
JSON representation
Xcode Source Editor Extension for voicecode.io
- Host: GitHub
- URL: https://github.com/olilarkin/voicecodexcsourceeditorextension
- Owner: olilarkin
- Created: 2017-05-23T23:14:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T18:40:09.000Z (almost 9 years ago)
- Last Synced: 2025-02-27T10:59:17.472Z (over 1 year ago)
- Topics: swift, voicecode, xcode, xpc
- Language: Swift
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xcode Source Editor Extension for VoiceCode
WORK IN PROGRESS
**how it works:**
- user says a command
- Xcode scope is active, so VoiceCode stashes the command
- VoiceCode presses a keystroke (control option v) that activates the Xcode plug-in
- Xcode queries the web socket to get the current command
- Xcode executes the command
keyboard shortcut:
you need to assign a key binding (control option v) to trigger the extension from voice code. You can move the file
Default.idekeybindings
to
~/Library/Developer/Xcode/UserData