-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "JavaSnippet",
"displayName": "JavaSnippet - Efficient Java Code Templates",
"description": "Boost your Java productivity with comprehensive code snippets. This extension provides a rich collection of Java code templates for data structures, algorithms, I/O operations, and modern Java features. Perfect for beginners and experienced developers alike.",
"version": "1.0.13",
"publisher": "BamaCharanChhandogi",
"icon": "images/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/BamaCharanChhandogi/Java-Snippets"
},
"keywords": [
"java",
"snippet",
"code",
"template",
"productivity",
"data structures",
"algorithms",
"input-output",
"modern java",
"coding shortcuts"
],
"engines": {
"vscode": "^1.85.0"
},
"categories": [
"Snippets",
"Programming Languages"
],
"contributes": {
"snippets": [
{
"language": "java",
"path": "./snippets/snippets.code-snippets"
}
]
},
"tags": [
"java development",
"code efficiency",
"learning tool",
"time-saving",
"best practices"
],
"badges": [
{
"url": "https://img.shields.io/visual-studio-marketplace/v/BamaCharanChhandogi.JavaSnippet",
"href": "https://marketplace.visualstudio.com/items?itemName=BamaCharanChhandogi.JavaSnippet",
"description": "VS Marketplace Version"
},
{
"url": "https://img.shields.io/visual-studio-marketplace/d/BamaCharanChhandogi.JavaSnippet",
"href": "https://marketplace.visualstudio.com/items?itemName=BamaCharanChhandogi.JavaSnippet",
"description": "VS Marketplace Downloads"
}
]
}