Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions locales/de/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/en-US/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/es/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/fa/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/fr/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/it/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/ja/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/ko/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/pl/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/pt-BR/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/ru/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/tr/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,4 @@ tools-editor-eclipse = { ENGLISH("Eclipse") }
tools-editor-vim = { ENGLISH("Vim") }
tools-editor-emacs = { ENGLISH("Emacs") }
tools-editor-geany = { ENGLISH("Geany") }
tools-editor-visualstudio = { ENGLISH("Visual Studio") }
1 change: 1 addition & 0 deletions locales/zh-CN/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
1 change: 1 addition & 0 deletions locales/zh-TW/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visualstudio = Visual Studio
4 changes: 4 additions & 0 deletions templates/components/tools/editors.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
<a href="https://geany.org/about/filetypes/"
class="button button-secondary">{{fluent "tools-editor-geany"}}</a>
</div>
<div class="w-25-l w-50-m w-100 pa3">
<a href="https://rust-analyzer.github.io/manual.html#visual-studio-2022"
class="button button-secondary">{{fluent "tools-editor-visualstudio"}}</a>
</div>
</div>