yo-vscode/type-script-helper
2023-08-16 12:36:42 -07:00
..
2023-06-08 21:16:38 -07:00
2023-08-16 12:36:42 -07:00
2023-06-08 21:16:38 -07:00
2023-06-08 21:16:38 -07:00
2023-06-08 21:16:38 -07:00
2022-01-11 17:15:26 -07:00
2022-03-10 14:19:47 -07:00
2023-08-11 12:28:28 -07:00
2023-08-16 12:36:42 -07:00
2023-08-16 12:36:42 -07:00
2023-06-08 21:16:38 -07:00
2023-06-08 21:16:38 -07:00
2023-06-08 21:16:38 -07:00

type-script-helper README

Features

See Contributions tab

Requirements

# https://code.visualstudio.com/api/get-started/your-first-extension
npm install -g yo generator-code

yo code

# ? What type of extension do you want to create? New Extension (TypeScript)
# ? What's the name of your extension? HelloWorld
### Press <Enter> to choose default for all options below ###

# ? What's the identifier of your extension? helloworld
# ? What's the description of your extension? LEAVE BLANK
# ? Initialize a git repository? Yes
# ? Bundle the source code with webpack? No
# ? Which package manager to use? npm

# ? Do you want to open the new folder with Visual Studio Code? Open with `code`

npm install -g @vscode/vsce

vsce package

Extension Settings

None

Known Issues

None

Release Notes

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, 1.3.8, 1.3.9, 1.3.10, 1.3.11


  • Code Generator - Quick Pick {promiseLinesHelper.codeGeneratorQuickPick}
  • Open in New Window {open-in-new-window.open}
  • Learned npm install will do similar to nuget restore
  • Learned npm audit fix
  • Learned npm audit fix --force
  • Learned npm run compile will do similar to build
  • Quick Fix - Instance Field to Calisthenics

1.3.12, 1.3.13, 1.3.14


  • Split by Space Reverse Join Sort lines (ascending, case sensitive)
  • PathWithoutBracketsSingularized

1.3.15


  • Distinct list

1.4.1


  • new yo code template

1.4.2


  • Insert date time

1.4.3


  • Moved Insert date time
  • Transform to Popper Case