this post was submitted on 11 Jan 2024
572 points (97.7% liked)

Technology

58140 readers
4739 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LethalSmack 4 points 8 months ago* (last edited 8 months ago) (1 children)

Visual studio and visual studio code are not the same thing. Visual Studio is a full IDE and is expected to have those features and is clunky because of them. Or was, not sure where it is now. It’d be in the same category as netbeans, eclipsed, and intellij

Vs code is an enhanced lightweight text editor

Notepad++ is the original enhanced lightweight text editor

My point was that Notepad++ came out way before vs code and didn’t copy features from vs code.

Copied from an ide, sure? Not really a good comparison as they are solving two different problems

[–] Buddahriffic 1 points 8 months ago

They were features of the text editor that was a part of the integrated development environment. My point was that even though vs code came after n++, those features were a part of the visual studio line, which vs code is a successor of, so if there was inspiration it was more likely in the direction of vs -> n++, though realistically there was probably transfer in both directions over time.