Use Strict EverywhereThis extension adds a 'use strict' string to the beginning of every javascript, extendscript, and typescript document in your project directory and saves each document. Get it on Visual Studio Marketplace. To learn more about the benefits of strict mode, see MDN's explanation here. RequirementsThis extension currently has no dependencies. Extension SettingsThis extension does not currently add or modify any VSCode settings. Known Issues
Release Notes0.1.0Initial release of Use Strict Everywhere. Right now it is a blunt tool that indiscriminately adds 'use strict' to first line of every .js, .jsx, and .ts file. See "TODO" for planned modifications. TODO
|