Skip to content

Commit 247b38b

Browse files
authored
Merge pull request #128 from zardoy/develop
2 parents a8431d3 + e292e0f commit 247b38b

File tree

12 files changed

+366
-164
lines changed

12 files changed

+366
-164
lines changed

.github/funding.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
patreon: zardoy
2+
custom: ["https://www.paypal.me/zardoy", zardoy.com]

README.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ TOC:
1616
- [Contributed Code Actions](#contributed-code-actions)
1717
- [Even Even More](#even-even-more)
1818

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

2123
> Note: With this plugin React experience hits different! (see below)

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
},
1414
{
1515
"command": "removeFunctionArgumentsTypesInSelection",
16-
"title": "Remove Function Arguments Types in Selection",
17-
"category": "TS Essentials"
16+
"title": "Remove Function Arguments Types in Selection"
1817
},
1918
{
2019
"command": "inspectAcceptedCompletion",
@@ -38,27 +37,27 @@
3837
},
3938
{
4039
"command": "pickAndInsertFunctionArguments",
41-
"title": "Pick and Insert Function Arguments",
42-
"category": "TS Essentials"
40+
"title": "Pick and Insert Function Arguments"
4341
},
4442
{
4543
"command": "goToNodeBySyntaxKind",
46-
"title": "Go to Node by Syntax Kind",
47-
"category": "TS Essentials"
44+
"title": "Go to Node by Syntax Kind"
4845
},
4946
{
5047
"command": "goToNodeBySyntaxKindWithinSelection",
51-
"title": "Go to Node by Syntax Kind Within Selection",
52-
"category": "TS Essentials"
48+
"title": "Go to Node by Syntax Kind Within Selection"
5349
},
5450
{
5551
"command": "insertNameOfCompletion",
56-
"title": "Insert Name of Completion",
57-
"category": "TS Essentials"
52+
"title": "Insert Name of Completion"
5853
},
5954
{
6055
"command": "copyFullType",
6156
"title": "Copy Full Type"
57+
},
58+
{
59+
"command": "pasteCodeWithImports",
60+
"title": "Paste Code with Imports"
6261
}
6362
],
6463
"keybindings": [
@@ -87,6 +86,7 @@
8786
],
8887
"publisher": "zardoy",
8988
"private": true,
89+
"homepage": "https://ts-plugin.zardoy.com/",
9090
"keywords": [
9191
"ts",
9292
"javascript",
@@ -128,7 +128,7 @@
128128
"tsm": "^2.3.0",
129129
"type-fest": "^2.13.1",
130130
"typed-jsonfile": "^0.2.1",
131-
"typescript": "^5.0.2",
131+
"typescript": "5.1.1-rc",
132132
"vite": "^4.1.1",
133133
"vitest": "^0.26.0",
134134
"vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
@@ -146,7 +146,7 @@
146146
"@types/mocha": "^9.1.1",
147147
"@types/pluralize": "^0.0.29",
148148
"@volar/language-server": "1.3.0-alpha.3",
149-
"@volar/language-service": "1.5.0",
149+
"@volar/language-service": "1.6.9",
150150
"@volar/vue-language-core": "^1.2.0-patch.2",
151151
"@vscode/emmet-helper": "^2.8.4",
152152
"@vscode/test-electron": "^2.1.5",

0 commit comments

Comments
 (0)