Published at
Updated at
Reading time
1min

If you use the built-in VS Code terminal, there's a new preview feature: IntelliSense.

When you're running commands or looking for certain command flags, VS Code will try to show you inline auto-completion, similar to how your editor does it.

Terminal session with turned-on IntelliSense

To turn it on, you need to flip these two flags in your settings.json:

"terminal.integrated.shellIntegration.enabled": true,
"terminal.integrated.suggest.enabled": true,

I usually switch between iTerm for main tasks and the built-in terminal for one-off things, but I'll give it a shot even though I'm a bit skeptical about it. The terminal is supposed to be a simple and calm place and this feels very stressful, doesn't it?

We'll see...

If you enjoyed this article...

Join 6.1k readers and learn something new every week with Web Weekly.

Web Weekly — Your friendly Web Dev newsletter
Reply to this post and share your thoughts via good old email.
Stefan standing in the park in front of a green background

About Stefan Judis

Frontend nerd with over ten years of experience, freelance dev, "Today I Learned" blogger, conference speaker, and Open Source maintainer.

Related Topics

Related Articles