this post was submitted on 13 Jul 2024
436 points (96.0% liked)

Antique Memes Roadshow

5886 readers
5 users here now

Giving you the backstory and appraisals of vintage memes!

Submissions should be vintage memes or commentary about vintage memes. Commenters are advised to appraise the internet value and provenance meme antiquities.

Rules:

founded 1 year ago
MODERATORS
 

Quite an old joke.
I do miss my old Blackberry 9900

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 month ago (2 children)

Visual Studio Code is quite well liked

[–] [email protected] 28 points 1 month ago (1 children)

IMO MS for consumers and MS for developers are two totally different beasts. Typescript is also a beloved tech.

[–] [email protected] 7 points 1 month ago
[–] [email protected] 4 points 1 month ago* (last edited 1 month ago) (2 children)

Vscode is essential just because of what they call "intellisense". You download the package for the programming language you want and then it shows you lists of variables and members in classes, shows you tool tips with relevant comments and some autocomplete suggestions. This is so invaluable and saves so much time. I can't just remember the entire codebase and every function, variable and overload of it myself. Switching tabs and windows all the time every time I forgot the overloads for that one function is an impossible waste of time when I'm doing anything complicated.

I know there are actually FOSS ways to do this now finally but I've never successfully set it up. Hopefully that stuff will be working well, easier to use and more refined by the time Microsoft pulls the plug in Vscode for Linux.

[–] [email protected] 2 points 1 month ago

There have always been other solutions though. Someone here mentioned eclipse as a FOSS solution, but there are others. Even vim and kate have pretty good language comprehension thanks to working with language servers. Likewise products like JetBrains while they can be expensive are very good pieces of software. I actually don't even use VSCode that often anymore thanks to Kate and the JetBrains suite. VSCode itself is open source and you can use one of the pure open source builds, or any of the other programmers text editors that exist.

[–] [email protected] 2 points 1 month ago

... FOSS ways to do this now finally

Ahem. Eclipse would like a word.

Was doing Java, C, PHP, and Python on it close to 20 years ago. With language API support & documentation implemented by plugins.

That said, I do tip my hat to MS for developing LSP for vscode - and eventually making it an open standard.