You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Languages that support Speech Markdown syntax highlighting are:
18
22
19
23
- JavaScript
20
-
- JSON
21
24
- TypeScript
25
+
- JSON
22
26
- YAML (new)
23
27
24
28
### Hover Over
@@ -29,7 +33,7 @@ Hover over the mark up text for additional information.
29
33
30
34
### Snippets
31
35
32
-
All Speech Markdown snippets start with "smd."
36
+
All Speech Markdown snippets start with "smd."
33
37
34
38
There are two approaches to applying snippets.
35
39
@@ -48,15 +52,16 @@ There are two approaches to applying snippets.
48
52
2. Type "smd" and use _ctrl+space bar_
49
53
3. Select the snippet
50
54
51
-
<imgsrc="https://raw.githubusercontent.com/speechmarkdown/speechmarkdown-vscode/master/images/snippetsample02.gif"width="50%"alt="Snippet text selection"/>
55
+
<imgsrc="https://raw.githubusercontent.com/speechmarkdown/speechmarkdown-vscode/master/images/snippetsample02.gif"width="65%"alt="Snippet text selection"/>
52
56
53
-
#### Enable Intellisense in TypeScript and JavaScript
57
+
#### Enable Intellisense in TypeScript, JavaScript
54
58
55
59
By default Visual Studio Code does not provide IntelliSense handling in strings. For more information, please see:
56
60
57
61
[TS/JS Path Quick Suggestion IntelliSense Does Not Work Unless QuickSuggestions.strings is enabled #23962](https://github.com/microsoft/vscode/issues/23962)
58
62
59
-
__NOTE:__ IntelliSense in strings is _not_ available in JSON or YAML.
63
+
**NOTE:** IntelliSense in strings is _not_ available in JSON or YAML. If you wish to use Intellisense
64
+
in JSON files you can temporarily change the file extension to _js_.
60
65
61
66
If you wish to enabled IntelliSense in strings, then apply the following settings to your project folder.
62
67
@@ -71,5 +76,8 @@ If you wish to enabled IntelliSense in strings, then apply the following setting
0 commit comments