Working with filesFrom the window to the file · 5 min read

What an IDE actually is

IDE stands for "integrated development environment". The name is terrible and helps with nothing, so forget it.

Spoiler: there is nothing programmer-only about it.

In practice, an IDE is a program for working with many text files at once. On the left it shows you the folder tree; in the middle, the viewer with whichever file you have open.

Click any file in the tree and it appears in the middle instantly, ready to read or correct. It was born for programming, but there is nothing inside it that is exclusive to programming.

The comparison that helps: Word opens a document. An IDE opens a whole folder.

That is the entire difference — and it turns out to be exactly the one that matters when what you want is to sort out forty invoices, or write with twenty notes open beside you.

You will use it as a file explorer with superpowers.

ideVS Code
The window you work in. A folder explorer with a built-in editor.
extensionadd-on, plugin
An add-on that gives the IDE one more function.
viewereditor
The middle zone of the window, showing the contents of the file you opened. You can read there, and write there yourself.
panel
One of the zones the window is divided into. The AI chat lives in a side panel.
folderdirectory
The same thing you already know. "Directory" is what some people call it; it is the same thing.
markdown.md
Plain text with simple formatting: a # makes a heading, two asterisks make bold. It opens anywhere and never corrupts.
prompt
What you type to it. Nothing more than that. The more concrete, the better the result.
context
Everything the AI has "in view" right now: the conversation and the files it opened. It is finite, which is why starting fresh sometimes helps.
terminalconsole, PowerShell
The black screen where commands get typed. You will see it on installation day and probably never again.
These come back in the snacks ahead. No need to memorize them.

What is the practical difference between Word and an IDE?

Word opens a document. An IDE opens a whole folder.

snack 2 of 9 · The idea that changes everything

Powered by KlugerByte