this post was submitted on 25 Oct 2023
2322 points (99.2% liked)

Programmer Humor

32479 readers
234 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

I'm trying out Obsidian for taking notes, and this made me laugh.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 year ago* (last edited 1 year ago) (6 children)

That's what most IDEs are. VS Code doesn't have any native integrations. Everything is provided by plugins. The default plugins that ship with VS Code can be disabled, and you'll have just a powerful text editor.

(To do this, go to Extensions tab, click the filter icon, select "Built-in", and go down the list to disable all of them. Or just build a version with no built-in plugins.)

[–] [email protected] 15 points 1 year ago (4 children)

Sure, and VSCode without any plugins is a text editor, not an IDE.

[–] [email protected] 2 points 1 year ago (3 children)

In that case every IDE is "just a text editor" because basically every IDE is built around modularity in this same way. This is just nitpicking over what is preinstalled.

[–] [email protected] 1 points 1 year ago

IDEs are designed to support a software development workload. A text editor is designed to edit text files.

load more comments (2 replies)
load more comments (2 replies)
load more comments (3 replies)