Skip to content

Instantly share code, notes, and snippets.

View corymcdaniel's full-sized avatar

Cory corymcdaniel

View GitHub Profile
If missing the local changes tab under the Git tool, open preferences and uncheck "Use non-modal commit interface": https://intellij-support.jetbrains.com/hc/en-us/community/posts/360008229959-Version-control-local-changes-tab-missing-in-2020-1
Turn off blame highlights: ctrl+shift+b
@corymcdaniel
corymcdaniel / Javascript Test
Last active January 14, 2019 15:24
_React Templates
import $NAME from './$NAME';
describe('$NAME', () => {
beforeEach(() => {
});
it('does', () => {