コード例 #1
0
ファイル: T4CSharpTypingAssist.cs プロジェクト: MrJul/ForTea
		public T4CSharpTypingAssist(
			Lifetime lifetime,
			ISolution solution,
			ICommandProcessor commandProcessor,
			[NotNull] SkippingTypingAssist skippingTypingAssist,
			CachingLexerService cachingLexerService,
			ISettingsStore settingsStore,
			ITypingAssistManager typingAssistManager,
			IPsiServices psiServices,
			IExternalIntellisenseHost externalIntellisenseHost,
			ISmartDocCommentConfiguration smartDocCommentConfiguration)
			: base(
				lifetime, solution, commandProcessor, skippingTypingAssist, cachingLexerService, settingsStore,
				typingAssistManager, psiServices, externalIntellisenseHost, smartDocCommentConfiguration) {
		}
コード例 #2
0
 public T4CSharpTypingAssist(
     Lifetime lifetime,
     ISolution solution,
     ICommandProcessor commandProcessor,
     [NotNull] SkippingTypingAssist skippingTypingAssist,
     CachingLexerService cachingLexerService,
     ISettingsStore settingsStore,
     ITypingAssistManager typingAssistManager,
     IPsiServices psiServices,
     IExternalIntellisenseHost externalIntellisenseHost,
     ISmartDocCommentConfiguration smartDocCommentConfiguration)
     : base(
         lifetime, solution, commandProcessor, skippingTypingAssist, cachingLexerService, settingsStore,
         typingAssistManager, psiServices, externalIntellisenseHost, smartDocCommentConfiguration)
 {
 }