Typescript Development PackThis pack includes visual studio code extensions that I find useful for Typescript development. Included ExtensionsNpm IntellisenseNpm Intellisense Visual Studio Code plugin that autocompletes npm modules in import statements. Markdown LintThe Markdown markup language is designed to be easy to read, write, and understand. It succeeds - and its flexibility is both a benefit and a drawback. Many styles are possible, so formatting can be inconsistent. Some constructs don't work well in all parsers and should be avoided. For example, here are some common/troublesome Markdown constructs. markdownlint is a Visual Studio Code extension that includes a library of rules to encourage standards and consistency for Markdown files. It is powered by markdownlint for Node.js which is based on markdownlint for Ruby. Git LensGitLens supercharges the Git capabilities built into Visual Studio Code. It helps you to visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more. TypeScript TSLint PluginThis extension works using VS Code's built-in version of TypeScript and a local or global install of tslint. You do not need to configure the plugin in your tsconfig.json if you are using VS Code's version of TypeScript. Npm ScriptsThis extension supports running npm scripts defined in the package.json file and validating the installed modules against the dependencies defined in the package.json. Prettier - Code formatterVS Code package to format your JavaScript / TypeScript / CSS using Prettier. Mocha sidebarMocha test explorer for Visual Studio Code Debugger for ChromeA VS Code extension to debug your JavaScript code in the Google Chrome browser, or other targets that support the Chrome DevTools Protocol. DockerThe Docker extension makes it easy to build, manage and deploy containerized applications from Visual Studio Code, for example:
Move TS - Move TypeScript files and update relative importsSupports moving typescript files and updating relative imports within the workspace. Visual Studio IntelliCode - PreviewThe Visual Studio IntelliCode extension provides AI-assisted productivity features for Python, TypeScript/JavaScript and Java developers in Visual Studio Code, with insights based on understanding your code context combined with machine learning. |