From 29a8e22e33bb99bc4e5c129651928a7bcce8bca4 Mon Sep 17 00:00:00 2001 From: Petr Date: Tue, 22 Nov 2022 01:02:15 +0100 Subject: [PATCH] Adding keywords for F# settings in VS options --- .../src/FSharp.Editor/FSharp.Editor.resx | 46 ++++++++++ .../LanguageService/LanguageService.fs | 12 +-- .../FSharp.Editor/xlf/FSharp.Editor.cs.xlf | 88 ++++++++++++++++++- .../FSharp.Editor/xlf/FSharp.Editor.de.xlf | 88 ++++++++++++++++++- .../FSharp.Editor/xlf/FSharp.Editor.es.xlf | 88 ++++++++++++++++++- .../FSharp.Editor/xlf/FSharp.Editor.fr.xlf | 88 ++++++++++++++++++- .../FSharp.Editor/xlf/FSharp.Editor.it.xlf | 88 ++++++++++++++++++- .../FSharp.Editor/xlf/FSharp.Editor.ja.xlf | 88 ++++++++++++++++++- .../FSharp.Editor/xlf/FSharp.Editor.ko.xlf | 88 ++++++++++++++++++- .../FSharp.Editor/xlf/FSharp.Editor.pl.xlf | 88 ++++++++++++++++++- .../FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf | 88 ++++++++++++++++++- .../FSharp.Editor/xlf/FSharp.Editor.ru.xlf | 88 ++++++++++++++++++- .../FSharp.Editor/xlf/FSharp.Editor.tr.xlf | 88 ++++++++++++++++++- .../xlf/FSharp.Editor.zh-Hans.xlf | 88 ++++++++++++++++++- .../xlf/FSharp.Editor.zh-Hant.xlf | 88 ++++++++++++++++++- 15 files changed, 1183 insertions(+), 19 deletions(-) diff --git a/vsintegration/src/FSharp.Editor/FSharp.Editor.resx b/vsintegration/src/FSharp.Editor/FSharp.Editor.resx index aef0a57ec06..0766a3d3a71 100644 --- a/vsintegration/src/FSharp.Editor/FSharp.Editor.resx +++ b/vsintegration/src/FSharp.Editor/FSharp.Editor.resx @@ -159,9 +159,26 @@ IntelliSense + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + QuickInfo + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Add an assembly reference to '{0}' @@ -171,15 +188,44 @@ Code Fixes + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Performance + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + Advanced + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Formatting + + Re-format indentation on paste (Experimental) + The value is unused diff --git a/vsintegration/src/FSharp.Editor/LanguageService/LanguageService.fs b/vsintegration/src/FSharp.Editor/LanguageService/LanguageService.fs index 1c212ab933b..5a15a55db0f 100644 --- a/vsintegration/src/FSharp.Editor/LanguageService/LanguageService.fs +++ b/vsintegration/src/FSharp.Editor/LanguageService/LanguageService.fs @@ -193,12 +193,12 @@ type internal FSharpSettingsFactory Width = 360, Height = 120, Window="34E76E81-EE4A-11D0-AE2E-00A0C90FFFC3")>] -[, "F#", null, "IntelliSense", "6008")>] -[, "F#", null, "QuickInfo", "6009")>] -[, "F#", null, "Code Fixes", "6010")>] -[, "F#", null, "Performance", "6011")>] -[, "F#", null, "Advanced", "6012")>] -[, "F#", null, "Formatting", "6014")>] +[, "F#", null, "IntelliSense", "6008", "IntelliSensePageKeywords")>] +[, "F#", null, "QuickInfo", "6009", "QuickInfoPageKeywords")>] +[, "F#", null, "Code Fixes", "6010", "CodeFixesPageKeywords")>] +[, "F#", null, "Performance", "6011", "PerformancePageKeywords")>] +[, "F#", null, "Advanced", "6012", "AdvancedPageKeywords")>] +[, "F#", null, "Formatting", "6014", "FormattingPageKeywords")>] [] // 64 represents a hex number. It needs to be greater than 37 so the TextMate editor will not be chosen as higher priority. [, ".fs", 64)>] diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf index 4db3fac1a02..e36b7e66775 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf @@ -27,6 +27,36 @@ Přidat anotaci typu + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ Funkce jazyka F# + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface Implementujte rozhraní. @@ -82,6 +117,25 @@ Implementujte rozhraní bez anotace typu. + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' Nastavte deklaraci jako mutable. @@ -92,11 +146,43 @@ Nastavit {0} jako rekurzivní + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore Před {0} vložte podtržítko. + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' Odebrat return @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf index 9b2e783f971..13fa2b0dda6 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf @@ -27,6 +27,36 @@ Typanmerkung hinzufügen + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ F#-Funktionen + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface Schnittstelle implementieren @@ -82,6 +117,25 @@ Schnittstelle ohne Typanmerkung implementieren + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' Deklaration "änderbar" machen @@ -92,11 +146,43 @@ "{0}" als rekursiv festlegen + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore "{0}" einen Unterstrich voranstellen + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' "return" entfernen @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf index a9aea465647..576c0ae9d3b 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf @@ -27,6 +27,36 @@ Agregar una anotación de tipo + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ Funciones de F# + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface Implementar interfaz @@ -82,6 +117,25 @@ Implementar interfaz sin anotación de tipos + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' Convertir la declaración en "mutable" @@ -92,11 +146,43 @@ Convertir el elemento "{0}" en recursivo + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore Colocar un carácter de subrayado delante de "{0}" + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' Quitar "return" @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf index 59d3d4e7177..afb8048fc9e 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf @@ -27,6 +27,36 @@ Ajouter une annotation de type + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ Fonctions F# + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface Implémenter l'interface @@ -82,6 +117,25 @@ Implémenter l'interface sans annotation de type + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' Rendre la déclaration 'mutable' @@ -92,11 +146,43 @@ Rendre '{0}' récursif + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore Faire précéder '{0}' d'un trait de soulignement + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' Supprimer 'return' @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf index a915c0dbb09..8299bd8e19b 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf @@ -27,6 +27,36 @@ Aggiungere l'annotazione di tipo + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ Funzioni F# + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface Implementa l'interfaccia @@ -82,6 +117,25 @@ Implementa l'interfaccia senza annotazione di tipo + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' Impostare la dichiarazione come 'mutable' @@ -92,11 +146,43 @@ Imposta '{0}' come ricorsivo + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore Anteponi a '{0}' un carattere di sottolineatura + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' Rimuovi 'return' @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf index 6f719cbc419..6cc0ebf8637 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf @@ -27,6 +27,36 @@ 型の注釈の追加 + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ F# 関数 + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface インターフェイスを実装します。 @@ -82,6 +117,25 @@ 型の注釈を指定しないでインターフェイスを実装する + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' 'mutable' を宣言する @@ -92,11 +146,43 @@ '{0}' を再帰的にする + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore アンダースコアが含まれているプレフィックス '{0}' + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' 'return' の削除 @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf index df9e6f4b81a..0443036d007 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf @@ -27,6 +27,36 @@ 형식 주석 추가 + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ F# 함수 + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface 인터페이스 구현 @@ -82,6 +117,25 @@ 형식 주석 없이 인터페이스 구현 + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' 선언을 '변경 가능'으로 지정 @@ -92,11 +146,43 @@ '{0}'을(를) 재귀적으로 만들기 + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore 밑줄이 있는 '{0}' 접두사 + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' 'return' 제거 @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf index ed9c8cc2822..c3a0a70229b 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf @@ -27,6 +27,36 @@ Dodaj adnotację typu + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ Funkcje języka F# + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface Zaimplementuj interfejs @@ -82,6 +117,25 @@ Zaimplementuj interfejs bez adnotacji typu + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' Nadaj deklaracji właściwość „mutable” @@ -92,11 +146,43 @@ Zmień element „{0}” w cykliczny + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore Prefiks „{0}” ze znakiem podkreślenia + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' Usuń element „return” @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf index 7433eb35d82..59dc2592f43 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf @@ -27,6 +27,36 @@ Adicionar uma anotação de tipo + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ Funções F# + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface Implementar a interface @@ -82,6 +117,25 @@ Implementar a interface sem a anotação de tipo + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' Fazer com que a declaração seja 'mutable' @@ -92,11 +146,43 @@ Tornar '{0}' recursiva + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore Prefixo '{0}' sem sublinhado + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' Remover 'return' @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf index 008fe677208..91c779470a0 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf @@ -27,6 +27,36 @@ Добавить заметку типа + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ Функции F# + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface Реализовать интерфейс @@ -82,6 +117,25 @@ Реализовать интерфейс без заметки с типом + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' Сделайте объявление "изменяемым" @@ -92,11 +146,43 @@ Сделать "{0}" рекурсивным + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore Добавить символ подчеркивания как префикс "{0}" + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' Удалить "return" @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf index 7c462930453..9b667b51a33 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf @@ -27,6 +27,36 @@ Tür ek açıklaması ekle + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ F# İşlevleri + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface Arabirimi uygula @@ -82,6 +117,25 @@ Tür ek açıklaması olmadan arabirim uygulama + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' Bildirimi 'mutable' yapın @@ -92,11 +146,43 @@ '{0}' bağlamasını özyinelemeli yap + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore '{0}' öğesinin önüne alt çizgi ekleme + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' 'return' öğesini kaldır @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf index 93790c1fa8f..8127a56f38c 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf @@ -27,6 +27,36 @@ 添加类型注释 + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ F# 函数 + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface 实现接口 @@ -82,6 +117,25 @@ 无类型批注的实现接口 + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' 将声明设为“可变” @@ -92,11 +146,43 @@ 使 "{0}" 递归 + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore 带下划线的前缀“{0}” + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' 删除 "return" @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf index 9b05a5873a4..e89bf1249de 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf @@ -27,6 +27,36 @@ 新增型別註解 + + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + Block Structure Guides; +Show structure guidelines for F# code; +Outlining; +Show outlining and collapsible nodes for F# code; +Inline hints; +Display inline type hints (experimental); +Display inline parameter name hints (experimental);Beer + + + + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + Simplify names (remove unnecessary qualifiers); +Always place open statements at the top level; +Remove unused open statements; +Analyze and suggest fixes for unused values; +Suggest names for unresolved identifiers; + + Convert C# 'using' to F# 'open' Convert C# 'using' to F# 'open' @@ -72,6 +102,11 @@ F# 函式 + + Re-format indentation on paste (Experimental) + Re-format indentation on paste (Experimental) + + Implement interface 實作介面 @@ -82,6 +117,25 @@ 實作沒有類型註釋的介面 + + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + Completion Lists; +Show completion list after a character is deleted; +Show completion list after a character is typed; +Show symbols in unopened namespaces; +Enter key behavior; +Never add new line on enter; +Only add new line on enter after end of fully typed word; +Always add new line on enter; + + Make declaration 'mutable' 將宣告設定為「可變動」 @@ -92,11 +146,43 @@ 將 '{0}' 設為遞迴 + + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + F# Project and Caching Performance Options; +Enable in-memory cross project references; +IntelliSense Performance Options; +Enable stale data for IntelliSense features; +Time until stale results are used (in milliseconds); +Parallelization (requires restart); +Enable parallel type checking with signature files; +Enable parallel reference resolution + + Prefix '{0}' with underscore 有底線的前置詞 '{0}' + + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + Navigation links; +Show navigation links as; +Solid underline; +Dot underline; +Dash underline; + + Remove 'return' 移除 'return' @@ -164,7 +250,7 @@ IntelliSense - IntelliSense + IntelliSense