File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.3.0
4
+
5
+
6
+ - new: Outline View now shows an outline of the graph file. (using a parser lib with a fallback to regex symbol extraction under the hood) - #97
7
+
8
+ <img width =" 794 " alt =" image " src =" https://user-images.githubusercontent.com/2865694/167640865-43d7caaf-4976-42ee-8f28-9748bda5a5e6.png " >
9
+
10
+ - new: Auto Formatting for dot files - #99
11
+ - <kbd >Cmd</kbd > + <kbd >Shift</kbd > + <kbd >P</kbd >: ` Format Document `
12
+
13
+ <img width =" 527 " alt =" image " src =" https://user-images.githubusercontent.com/2865694/167641010-7c571b80-4dca-4298-b7b1-15e1d29f4597.png " >
14
+
15
+
16
+
3
17
## 0.2.1
4
18
5
19
- new: Symbols, Rename and References (fixes #79 ) - #94
Original file line number Diff line number Diff line change 2
2
"name" : " graphviz-interactive-preview" ,
3
3
"displayName" : " Graphviz Interactive Preview" ,
4
4
"description" : " Graphviz (dot) Interactive Preview" ,
5
- "version" : " 0.2.1 " ,
5
+ "version" : " 0.3.0 " ,
6
6
"keywords" : [
7
7
" dot" ,
8
8
" graphviz" ,
You can’t perform that action at this time.
0 commit comments