felixrieseberg / felixrieseberg/vsc-ember-cli
TIps and Tricks section idea
- Dominant language
- TypeScript
- Stars
- 92
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Figured this projects readme might be the most useful place for various tips and tricks when using ember in vs code.
This could be added under a "Tips and Tricks" section in the readme, or in a wiki, or maybe they can just be stashed away in this thread.
To Throttle rebuilds so your machine doesn't get slowed down unnecessarily.. (when doing multiple saves for multiple files) - I found a great way to fix this is to force you to hit save twice, as stupid as that is. Go to Preferences -> Keyboard shortcuts (Or Cmd+K Cmd+S) And then search "Save". Change the saveAll action to Cmd+S Cmd+S, and change the regular plain save action to Alt+Cmd+S. Now when you hit save like a maniac, it doens't trigger a reload, but you can continue with the added comfort your save twitch isn't slowing down your machine. (Hopefully that's not a problem in the first place tho)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.