Skip to content

Instantly share code, notes, and snippets.

@KATT
Last active August 27, 2019 13:13
Show Gist options
  • Save KATT/4bf83631546c226d02571ba90353b49e to your computer and use it in GitHub Desktop.
Save KATT/4bf83631546c226d02571ba90353b49e to your computer and use it in GitHub Desktop.
import { someThing } from './someThing';
console.log(someThing); // <-- Here you just just need to start typing `some..` in VSCode and it'll do the import automatically
export const someThing = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment