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
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,6 @@ Huge thank-you to @keith-hall for this!
34
34
35
35
- "Goto Anything" support is poor.
36
36
37
-
- Control structures in code blocks separated by HTML are not scoped correctly. For example, the `else` below does not know that it is matched to the `if` above.
38
-
39
-
```
40
-
<% if(condition){ %>
41
-
<p>show me</p>
42
-
<% } else { %>
43
-
<p>me instead</p>
44
-
<% } %>
45
-
```
46
-
47
37
- No recognition of excluded scopes to return to HTML. In the snippet below, the C# scope ends immediately after `"bar`.
0 commit comments