Click here to Skip to main content
15,798,401 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I've never heard of a systems drive getting knocked off line before Pin
honey the codewitch18-Apr-23 17:38
mvahoney the codewitch18-Apr-23 17:38 
GeneralRe: I've never heard of a systems drive getting knocked off line before Pin
Cp-Coder19-Apr-23 4:20
Cp-Coder19-Apr-23 4:20 
GeneralRe: I've never heard of a systems drive getting knocked off line before Pin
honey the codewitch19-Apr-23 4:21
mvahoney the codewitch19-Apr-23 4:21 
GeneralRe: I've never heard of a systems drive getting knocked off line before Pin
Cp-Coder19-Apr-23 4:38
Cp-Coder19-Apr-23 4:38 
GeneralRe: I've never heard of a systems drive getting knocked off line before Pin
Kelly Herald19-Apr-23 12:24
Kelly Herald19-Apr-23 12:24 
GeneralRe: I've never heard of a systems drive getting knocked off line before Pin
honey the codewitch19-Apr-23 12:29
mvahoney the codewitch19-Apr-23 12:29 
GeneralRe: I've never heard of a systems drive getting knocked off line before Pin
Single Step Debugger19-Apr-23 4:01
Single Step Debugger19-Apr-23 4:01 
GeneralC# autocomplete Pin
Bruno van Dooren18-Apr-23 11:38
mvaBruno van Dooren18-Apr-23 11:38 
I am currently picking up an old project of mine which is basically a parser for a relatively basic code syntax for industrial automation. This is the first time I've used C# for real in many years and I've switched to VC2022, dotnet 4.8

The amount and quality of auto-complete and tab completion suggestions is... scary.
To my surprise, the C# IDE understands what I am doing well enough that it literally suggested this line of code for tab completion after I typed 'if'

C#
if((index >= range.Start) && (index < range.End))


I've been coding all day and it doesn't always make suggestions but when it does, they are almost always very close to what I wanted.
GeneralRe: C# autocomplete PinPopular
Marc Clifton18-Apr-23 13:44
mvaMarc Clifton18-Apr-23 13:44 
GeneralRe: C# autocomplete Pin
honey the codewitch18-Apr-23 17:03
mvahoney the codewitch18-Apr-23 17:03 
GeneralRe: C# autocomplete Pin
BryanFazekas20-Apr-23 2:00
BryanFazekas20-Apr-23 2:00 
GeneralRe: C# autocomplete Pin
Gary Wheeler20-Apr-23 2:57
Gary Wheeler20-Apr-23 2:57 
GeneralRe: C# autocomplete Pin
Mark Starr20-Apr-23 4:55
professionalMark Starr20-Apr-23 4:55 
GeneralRe: C# autocomplete Pin
Gerry Schmitz18-Apr-23 18:22
mveGerry Schmitz18-Apr-23 18:22 
GeneralRe: C# autocomplete Pin
Bruno van Dooren18-Apr-23 20:43
mvaBruno van Dooren18-Apr-23 20:43 
GeneralRe: C# autocomplete Pin
Dan Neely19-Apr-23 4:24
Dan Neely19-Apr-23 4:24 
GeneralRe: C# autocomplete Pin
jschell19-Apr-23 6:29
jschell19-Apr-23 6:29 
GeneralRe: C# autocomplete Pin
englebart19-Apr-23 15:44
professionalenglebart19-Apr-23 15:44 
GeneralRe: C# autocomplete Pin
the Kris19-Apr-23 23:21
the Kris19-Apr-23 23:21 
GeneralRe: C# autocomplete Pin
englebart20-Apr-23 3:35
professionalenglebart20-Apr-23 3:35 
GeneralRe: C# autocomplete Pin
Gaston Verelst18-Apr-23 21:44
Gaston Verelst18-Apr-23 21:44 
GeneralRe: C# autocomplete Pin
GuyThiebaut18-Apr-23 22:58
professionalGuyThiebaut18-Apr-23 22:58 
GeneralRe: C# autocomplete Pin
Single Step Debugger19-Apr-23 4:07
Single Step Debugger19-Apr-23 4:07 
GeneralRe: C# autocomplete Pin
TNCaver19-Apr-23 12:22
TNCaver19-Apr-23 12:22 
JokeRe: C# autocomplete Pin
englebart19-Apr-23 15:50
professionalenglebart19-Apr-23 15:50 

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.