/vscode-ts-utils

TypeScript utils for VS Code

Primary LanguageTypeScriptMIT LicenseMIT

TS utils

TypeScript utils

Format imports

import { foo } from "./b";
import { bar } from './a';
import * as b from '../b';
import baz from '../../c';
import { writeFileSync } from 'fs';
import { writeFileSync } from 'fs';

import baz from '../../c';

import * as b from '../b';

import { bar } from './a';
import { foo } from './b';

Install

npm install -g vsce
yarn
vsce package

Install VSIX from VS Code:

>Extensions: Install from VSIX...
vscode-ts-utils/ts-utils-0.1.6.vsix