Click here to Skip to main content
15,889,808 members
Home / Discussions / C#
   

C#

 
QuestionReplication Classes Pin
md_refay19-Oct-09 4:37
md_refay19-Oct-09 4:37 
QuestionCustomer user control load screen Pin
gdub19-Oct-09 4:24
gdub19-Oct-09 4:24 
AnswerRe: Customer user control load screen Pin
Not Active19-Oct-09 4:55
mentorNot Active19-Oct-09 4:55 
AnswerRe: Customer user control load screen Pin
benjymous19-Oct-09 4:55
benjymous19-Oct-09 4:55 
GeneralRe: Customer user control load screen Pin
Not Active19-Oct-09 5:47
mentorNot Active19-Oct-09 5:47 
GeneralRe: Customer user control load screen Pin
gdub19-Oct-09 7:23
gdub19-Oct-09 7:23 
GeneralRe: Customer user control load screen Pin
Not Active19-Oct-09 7:49
mentorNot Active19-Oct-09 7:49 
QuestionLow priority: Visual Studio IDE, string literals, convenience. Pin
LimitedAtonement19-Oct-09 3:42
LimitedAtonement19-Oct-09 3:42 
Dear Sirs,

I have used Netbeans and Eclipse IDEs, and they have a nifty feature such that while you're typing a string literal, you can press enter, and it automatically inserts end quotes, plus sign, the appropriate tabs, then beginning quotes so that if I type
if (flag)
    string str = "There was an error in the output, you must first [enter]type 't', then the input.";

, the output is thus:
if (flag)
    string str = "There was an error in the output, you must first " +
    "type 't', then the input";

Is there an analogous feature in Visual Studio. Now, I have to type the end-quotes, the plus sign, enter, and the beginning quotes, and it gives me the red-squiggly the whole time.

Thanks for your responses.

In Christ,
Aaron Laws

http://ProCure.com/
AnswerRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
Luc Pattyn19-Oct-09 5:09
sitebuilderLuc Pattyn19-Oct-09 5:09 
GeneralRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
LimitedAtonement19-Oct-09 5:33
LimitedAtonement19-Oct-09 5:33 
GeneralRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
Dave Kreskowiak19-Oct-09 5:43
mveDave Kreskowiak19-Oct-09 5:43 
GeneralRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
Luc Pattyn19-Oct-09 5:46
sitebuilderLuc Pattyn19-Oct-09 5:46 
GeneralRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
LimitedAtonement19-Oct-09 7:30
LimitedAtonement19-Oct-09 7:30 
QuestionProject deployment Pin
jashimu19-Oct-09 3:21
jashimu19-Oct-09 3:21 
AnswerRe: Project deployment Pin
Not Active19-Oct-09 3:34
mentorNot Active19-Oct-09 3:34 
GeneralRe: Project deployment Pin
jashimu19-Oct-09 4:12
jashimu19-Oct-09 4:12 
GeneralRe: Project deployment Pin
Mirko198019-Oct-09 5:43
Mirko198019-Oct-09 5:43 
QuestionUsing dictionaries Pin
Paul Harsent19-Oct-09 3:00
Paul Harsent19-Oct-09 3:00 
AnswerRe: Using dictionaries Pin
Keith Barrow19-Oct-09 3:07
professionalKeith Barrow19-Oct-09 3:07 
GeneralRe: Using dictionaries Pin
Paul Harsent19-Oct-09 3:14
Paul Harsent19-Oct-09 3:14 
GeneralRe: Using dictionaries Pin
Pete O'Hanlon19-Oct-09 3:16
mvePete O'Hanlon19-Oct-09 3:16 
GeneralRe: Using dictionaries Pin
Keith Barrow19-Oct-09 3:39
professionalKeith Barrow19-Oct-09 3:39 
GeneralRe: Using dictionaries Pin
Paul Harsent19-Oct-09 6:00
Paul Harsent19-Oct-09 6:00 
GeneralRe: Using dictionaries Pin
Keith Barrow19-Oct-09 6:16
professionalKeith Barrow19-Oct-09 6:16 
GeneralRe: Using dictionaries Pin
Paul Harsent19-Oct-09 22:54
Paul Harsent19-Oct-09 22:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.