Skip to content

Commit

Permalink
Merge pull request #128 from zardoy/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy authored May 27, 2023
2 parents a8431d3 + e292e0f commit 247b38b
Show file tree
Hide file tree
Showing 12 changed files with 366 additions and 164 deletions.
2 changes: 2 additions & 0 deletions .github/funding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
patreon: zardoy
custom: ["https://www.paypal.me/zardoy", zardoy.com]
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ TOC:
- [Contributed Code Actions](#contributed-code-actions)
- [Even Even More](#even-even-more)

> *Note* Visit website for list of recommended settings: <https://ts-plugin.zardoy.com/>
## Top Features

> Note: With this plugin React experience hits different! (see below)
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
},
{
"command": "removeFunctionArgumentsTypesInSelection",
"title": "Remove Function Arguments Types in Selection",
"category": "TS Essentials"
"title": "Remove Function Arguments Types in Selection"
},
{
"command": "inspectAcceptedCompletion",
Expand All @@ -38,27 +37,27 @@
},
{
"command": "pickAndInsertFunctionArguments",
"title": "Pick and Insert Function Arguments",
"category": "TS Essentials"
"title": "Pick and Insert Function Arguments"
},
{
"command": "goToNodeBySyntaxKind",
"title": "Go to Node by Syntax Kind",
"category": "TS Essentials"
"title": "Go to Node by Syntax Kind"
},
{
"command": "goToNodeBySyntaxKindWithinSelection",
"title": "Go to Node by Syntax Kind Within Selection",
"category": "TS Essentials"
"title": "Go to Node by Syntax Kind Within Selection"
},
{
"command": "insertNameOfCompletion",
"title": "Insert Name of Completion",
"category": "TS Essentials"
"title": "Insert Name of Completion"
},
{
"command": "copyFullType",
"title": "Copy Full Type"
},
{
"command": "pasteCodeWithImports",
"title": "Paste Code with Imports"
}
],
"keybindings": [
Expand Down Expand Up @@ -87,6 +86,7 @@
],
"publisher": "zardoy",
"private": true,
"homepage": "https://ts-plugin.zardoy.com/",
"keywords": [
"ts",
"javascript",
Expand Down Expand Up @@ -128,7 +128,7 @@
"tsm": "^2.3.0",
"type-fest": "^2.13.1",
"typed-jsonfile": "^0.2.1",
"typescript": "^5.0.2",
"typescript": "5.1.1-rc",
"vite": "^4.1.1",
"vitest": "^0.26.0",
"vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
Expand All @@ -146,7 +146,7 @@
"@types/mocha": "^9.1.1",
"@types/pluralize": "^0.0.29",
"@volar/language-server": "1.3.0-alpha.3",
"@volar/language-service": "1.5.0",
"@volar/language-service": "1.6.9",
"@volar/vue-language-core": "^1.2.0-patch.2",
"@vscode/emmet-helper": "^2.8.4",
"@vscode/test-electron": "^2.1.5",
Expand Down
Loading

0 comments on commit 247b38b

Please sign in to comment.