bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
111 stars 13 forks source link

VSCode Quality of Life Improvements #162

Closed adam-coster closed 11 months ago

adam-coster commented 1 year ago
### Features
- [x] Add struct short-hand support
- [x] Implement import-from-other-project functionality
- [ ] https://github.com/bscotch/stitch/issues/178
- [ ] https://github.com/bscotch/stitch/issues/177
### Fixes
- [x] Triggering 'rename' on a selected token results in an error. It seems that it's using the *last* position of the selection to do a lookup.
- [ ] https://github.com/bscotch/stitch/issues/179