0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio > IDE | Intellisense > メソッド、プロパティの補完機能の振舞い > 大文字からの入力で候補を絞る

Last updated at Posted at 2017-12-20
動作環境
Windows 8.1 Pro (64bit)
Microsoft Visual Studio 2017 Community
Sublime Text 2

メソッドの大文字に引っかかるようだ。

  • WriteLine: WかLからの入力
  • Sleep: Sからの入力
  • ReferenceEquals: RかEからの入力

例として、Console.WriteLine()の入力をする場合は、「Console.line」で手早く入力できる。

プロパティでも同じだった。

  • IsCanceled: IかCからの入力

このあたりに記載されているのだろうか。
https://msdn.microsoft.com/ja-jp/library/hcw1s69b.aspx

入力候補では、特定できる部分まで変数名、コマンド名、または関数名を入力すると、残りの部分が補完されます。

程度しか書かれていないようだ。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?