2322
Very clever... (lemmy.ml)

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
[-] bioemerl@kbin.social 25 points 1 year ago* (last edited 1 year ago)

Vim really is an IDE, not a text editor. It's usable as an editor but overkill.

Nano serves a difference purpose. It's like telling someone on a bike that a mustang is better.

[-] kogasa@programming.dev 30 points 1 year ago

Vim is absolutely not an IDE. It has no integrations with any language. It's just a powerful text editor. You can add language plugins and configure it to be an IDE.

[-] hperrin@lemmy.world 18 points 1 year ago* (last edited 1 year ago)

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.)

[-] kogasa@programming.dev 15 points 1 year ago

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

[-] bioemerl@kbin.social 2 points 1 year ago

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.

[-] fushuan@lemm.ee 6 points 1 year ago

Eclipse, visual studio, pycharm, idea... Those are full blown IDEs. They come with all the extras. All the text editors that can become IDEs have extensions or plugins that enable what these other actual IDE do natively.

Nowadays using vscode to debug a running program is common, but that was something only restricted to full blown IDEs some years ago, I'd say that vscode is lightweight IDE that can be expanded, but vim is a text editor first and foremost. You can't really debug code in vim AFAIK, the most you get is syntax highlighting, linting, automatic whitespace removal and auto formatting? Not sure about the last one.

[-] Lime66@lemmy.world 2 points 10 months ago

You cannot remove java from idea. Therefore it is not just a text editor because support for the language isn't added through an extension

[-] kogasa@programming.dev 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 (4 replies)
load more comments (34 replies)
load more comments (47 replies)
this post was submitted on 25 Oct 2023
2322 points (99.2% liked)

Programmer Humor

32275 readers
400 users here now

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

Rules:

founded 5 years ago
MODERATORS