# type-script-helper README Helpers ## Features See Contributions tab ## Requirements None ## Extension Settings None ## Known Issues None ## Release Notes npm install -g vsce npm install typescript --save-dev L: cd "L:\GitHub\YO-VSCode\type-script-helper" npm install typescript npx tsc L: cd "L:\GitHub\YO-VSCode\type-script-helper" yo code Type Script Helper (type-script-helper) Modify .package Add publisher cd "L:\GitHub\YO-VSCode\type-script-helper" vsce package F1 Extensions: Install from VSIX ## 1.0.0 Initial release of ... ## 1.0.1 Fixed issue in replace function https://stackoverflow.com/questions/37197311/in-typescript-string-replace-only-replaces-first-occurrence-of-matched-string Added split(' group by ').join('\r\n GROUP BY '). ## 1.1.0 ----------------------------------------------------------------------------------------------------------- Working with Markdown For more information ## 1.2.4 ----------------------------------------------------------------------------------------------------------- Search Google ## 1.2.8 ----------------------------------------------------------------------------------------------------------- Search Google (Read Only Lines Helper) ## 1.2.9, 1.3.0, 1.3.1, 1.3.2 ----------------------------------------------------------------------------------------------------------- Quick Fix - Camel Case Properties Quick Fix - CS0108 (Data Annotations) Quick Fix - Proper Case Properties Quick Fix - Public (Expression Body) ## 1.3.3, 1.3.4 ----------------------------------------------------------------------------------------------------------- Quick Fix - Instance Field to Calisthenics ## 1.3.5, 1.3.6, 1.3.7 ----------------------------------------------------------------------------------------------------------- Code Generator - Quick Pick {promiseLinesHelper.codeGeneratorQuickPick} Open in New Window {open-in-new-window.open} Learned npm install will do simular to nuget restore Learned npm audit fix Learned npm audit fix --force Learned npm run compile will do simular to build