質問編集履歴

3

javascript.json設定の追記、vsCodeの設定の追記

2020/10/19 13:30

投稿

pikari
pikari

スコア14

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,35 @@
34
34
 
35
35
 
36
36
 
37
+ ```
38
+
39
+ {
40
+
41
+ // Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and
42
+
43
+ // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
44
+
45
+ // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
46
+
47
+ // same ids are connected.
48
+
49
+ // Example:
50
+
51
+ // "Print to console": {
52
+
53
+ // "prefix": "log",
54
+
55
+ // "body": [
56
+
57
+ // "console.log('$1');",
58
+
59
+ // "$2"
60
+
61
+ // ],
62
+
63
+ // "description": "Log output to console"
64
+
37
- ```ここに言語を入力
65
+ // }
38
66
 
39
67
  "arrow": {
40
68
 
@@ -48,4 +76,10 @@
48
76
 
49
77
  }
50
78
 
79
+ }
80
+
51
81
  ```
82
+
83
+
84
+
85
+ ![イメージ説明](fb5430119e1a971db05cbbd2a268d1f2.png)

2

タグにVisual Studio Codeを追加しました。

2020/10/19 13:30

投稿

pikari
pikari

スコア14

test CHANGED
File without changes
test CHANGED
File without changes

1

タグにVisual Studioを追加しました。

2020/10/19 13:00

投稿

pikari
pikari

スコア14

test CHANGED
File without changes
test CHANGED
File without changes