File: Options\IntelliSenseOptionPageStrings.vb
Web Access
Project: ..\..\..\src\VisualStudio\VisualBasic\Impl\Microsoft.VisualStudio.LanguageServices.VisualBasic_1r1qvj11_wpftmp.vbproj (Microsoft.VisualStudio.LanguageServices.VisualBasic)
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
 
Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.Options
    Friend Module IntelliSenseOptionPageStrings
        Public ReadOnly Property Option_CompletionLists As String =
            BasicVSResources.Completion_Lists
 
        Public ReadOnly Property Option_Show_completion_list_after_a_character_is_typed As String =
            BasicVSResources.Show_completion_list_after_a_character_is_typed
 
        Public ReadOnly Property Option_Show_completion_list_after_a_character_is_deleted As String =
            BasicVSResources.Show_completion_list_after_a_character_is_deleted
 
        Public ReadOnly Property Option_Highlight_matching_portions_of_completion_list_items As String =
            BasicVSResources.Highlight_matching_portions_of_completion_list_items
 
        Public ReadOnly Property Option_Show_completion_item_filters As String =
            BasicVSResources.Show_completion_item_filters
 
        Public ReadOnly Property Option_Only_add_new_line_on_enter_with_whole_word As String =
            BasicVSResources.Only_add_new_line_on_enter_after_end_of_fully_typed_word
 
        Public ReadOnly Property Option_Always_add_new_line_on_enter As String =
            BasicVSResources.Always_add_new_line_on_enter
 
        Public ReadOnly Property Option_Never_add_new_line_on_enter As String =
            BasicVSResources.Never_add_new_line_on_enter
 
        Public ReadOnly Property Enter_key_behavior_Title As String =
            BasicVSResources.Enter_key_behavior_colon
 
        Public ReadOnly Property Snippets_behavior As String =
            BasicVSResources.Snippets_behavior
 
        Public ReadOnly Property Option_Never_include_snippets As String =
            BasicVSResources.Never_include_snippets
 
        Public ReadOnly Property Option_Always_include_snippets As String =
            BasicVSResources.Always_include_snippets
 
        Public ReadOnly Property Option_Include_snippets_when_question_Tab_is_typed_after_an_identifier As String =
            BasicVSResources.Include_snippets_when_Tab_is_typed_after_an_identifier
 
        Public ReadOnly Property Option_Show_items_from_unimported_namespaces As String =
            BasicVSResources.Show_items_from_unimported_namespaces
 
        Public ReadOnly Property Option_Tab_twice_to_insert_arguments As String =
            ServicesVSResources.Tab_twice_to_insert_arguments
 
    End Module
End Namespace