File tree 15 files changed +18
-0
lines changed
templates/components/tools
15 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,4 @@ tools-editor-idea = RustRover
32
32
tools-editor-eclipse = Eclipse
33
33
tools-editor-vim = Vim
34
34
tools-editor-emacs = Emacs
35
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -174,3 +174,4 @@ tools-editor-idea = RustRover
174
174
tools-editor-eclipse = Eclipse
175
175
tools-editor-vim = Vim
176
176
tools-editor-emacs = Emacs
177
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -124,3 +124,4 @@ tools-editor-idea = RustRover
124
124
tools-editor-eclipse = Eclipse
125
125
tools-editor-vim = Vim
126
126
tools-editor-emacs = Emacs
127
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ tools-editor-idea = RustRover
24
24
tools-editor-eclipse = Eclipse
25
25
tools-editor-vim = Vim
26
26
tools-editor-emacs = Emacs
27
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -109,3 +109,4 @@ tools-editor-idea = RustRover
109
109
tools-editor-eclipse = Eclipse
110
110
tools-editor-vim = Vim
111
111
tools-editor-emacs = Emacs
112
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -99,3 +99,4 @@ tools-editor-idea = RustRover
99
99
tools-editor-eclipse = Eclipse
100
100
tools-editor-vim = Vim
101
101
tools-editor-emacs = Emacs
102
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -100,3 +100,4 @@ tools-editor-idea = RustRover
100
100
tools-editor-eclipse = Eclipse
101
101
tools-editor-vim = Vim
102
102
tools-editor-emacs = Emacs
103
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -59,3 +59,4 @@ tools-editor-idea = RustRover
59
59
tools-editor-eclipse = Eclipse
60
60
tools-editor-vim = Vim
61
61
tools-editor-emacs = Emacs
62
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -44,3 +44,4 @@ tools-editor-idea = RustRover
44
44
tools-editor-eclipse = Eclipse
45
45
tools-editor-vim = Vim
46
46
tools-editor-emacs = Emacs
47
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -149,3 +149,4 @@ tools-editor-idea = RustRover
149
149
tools-editor-eclipse = Eclipse
150
150
tools-editor-vim = Vim
151
151
tools-editor-emacs = Emacs
152
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -122,3 +122,4 @@ tools-editor-idea = RustRover
122
122
tools-editor-eclipse = Eclipse
123
123
tools-editor-vim = Vim
124
124
tools-editor-emacs = Emacs
125
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -133,3 +133,4 @@ tools-editor-idea = { ENGLISH("RustRover") }
133
133
tools-editor-eclipse = { ENGLISH( "Eclipse" ) }
134
134
tools-editor-vim = { ENGLISH( "Vim" ) }
135
135
tools-editor-emacs = { ENGLISH( "Emacs" ) }
136
+ tools-editor-visual-studio = { ENGLISH( "Visual Studio" ) }
Original file line number Diff line number Diff line change @@ -136,3 +136,4 @@ tools-editor-idea = RustRover
136
136
tools-editor-eclipse = Eclipse
137
137
tools-editor-vim = Vim
138
138
tools-editor-emacs = Emacs
139
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change @@ -110,3 +110,4 @@ tools-editor-idea = RustRover
110
110
tools-editor-eclipse = Eclipse
111
111
tools-editor-vim = Vim
112
112
tools-editor-emacs = Emacs
113
+ tools-editor-visual-studio = Visual Studio
Original file line number Diff line number Diff line change 23
23
<a href =" https://github.com/rust-lang/rust-mode"
24
24
class =" button button-secondary" >{{ fluent " tools-editor-emacs" }} </a >
25
25
</div >
26
+ <div class =" w-25-l w-50-m w-100 pa3" >
27
+ <a href =" https://rust-analyzer.github.io/manual.html#visual-studio-2022"
28
+ class =" button button-secondary" >{{ fluent " tools-editor-visual-studio" }} </a >
29
+ </div >
26
30
</div >
You can’t perform that action at this time.
0 commit comments