LoginSignup
0
0

More than 5 years have passed since last update.

Visual Studio 2015 Update2でIntellisenseのDB形式がSQLite3に

Posted at

Visual Studio 2015のUpdate2がリリースされたのでアップデートしてみたところ、Intellisenseのデータベースファイルの形式が変わっていました。
Update1までは、「*.sdf」というファイル拡張子だったのが、「*.VC.DB」に変わっていて、おや?と思ってファイルの中を覗くと、先頭が「SQLite format 3」の文字列になっていました。
SQLIte3のツールでファイルを開くと問題なく開けました。

Intellisenseは、色々と変遷を辿っていて、VS2015でだいぶマシにはなったんだけど、うまく行かなくなることが多々あって、何とかならないかと思っていたところ。

これで、起動や候補表示など速くなってくれるのかな?

0
0
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
0