-
Open
-
Open
-
Open
Tag, you're it (#blogPost)
Kilian tagged me to answer some questions about blogging and it took me three months to get to it, but hey, here we are!
Why did you start blogging in the first place?
I wrote my first blog post June 21st, 2013 on a different blog than this one. I had just discovered my love for web development and was lucky to have landed an internship with incredible people.
I was studying Media and Computer Science and joined a small ecommerce shop selling shirts. I thought I was well equipped for the real world but boy was I wrong. My first internship days had been challenging. The university courses I had aced were pretty useless, because as it turned out, I didn't know the right things. Like really, it was an entirely new world.
I hadn't touched a terminal before. I knew some things about Java and C…
( 9
min )
IntelliSense in the VS Code terminal (#blogPost)
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...
Reply to Stefan
( 6
min )
-
Open
-
Open
-
Open
-
Open
-
Open
-
Open
-
Open
-
Open
-
Open