开发者

Launch Visual Studio 2010 with new document?

开发者 https://www.devze.com 2023-01-16 11:33 出处:网络
Is there any way to launch Visual Studio 2010 with a new document instead of the usual start tab? I\'m just curious--I usually use Notepad++开发者_开发百科 to jot down quick things, but Visual Studio

Is there any way to launch Visual Studio 2010 with a new document instead of the usual start tab?

I'm just curious--I usually use Notepad++开发者_开发百科 to jot down quick things, but Visual Studio seems like it would be preferable.


Here are your choices.

Curious, though, as to why you would want to open a full-fledged IDE just to take notes. That seems like precisely the kind of thing a notepad application is suited for...


You can make a shortcut that always launches a specific file, e.g.:

  1. Put a document called "notes.txt" on your desktop.
  2. Copy the Visual Studio 2010 shortcut to your desktop (to a new shortcut)
  3. Edit the shortcut properties (right click → properties → Shortcut tab → Target) to add this to the end of the Target:

/edit "%USERPROFILE%\desktop\notes.txt"

0

精彩评论

暂无评论...
验证码 换一张
取 消