Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio Code - my setup #56

Open
worksofliam opened this issue Dec 16, 2021 · 0 comments
Open

Visual Studio Code - my setup #56

worksofliam opened this issue Dec 16, 2021 · 0 comments

Comments

@worksofliam
Copy link
Owner

worksofliam commented Dec 16, 2021

I use Visual Studio Code everyday. I am writing 4+ languages on any given day at the moment and it's good to know your tools. I mostly write in TS, JS, RPGLE and occationally COBOL (plus a dash of SQL every now and then).

Here are some extensions that make my life easier everyday. I will start with the less common ones.

JetBrains Mono (font)

A lovely font. Totally recommend it. It is also open-source!

Thunder Client

I completely replaced Postman with Thunder Client. Not only did I get rid of the bloat that is Postman (though it still has a place in my heart), but I've also moved all my HTTP work into VS Code.

Error Lens

A nice addition that shows the problems on the line as well the other normal places (like the problems tab).

image

Jest Runner

I write a lot of tests using Jest and Supertest. Jest Runner adds some lens buttons to run your tests (or a specific test) right from the working editor.

Update: I am now using vitest for any new TS I write. There is a vitest extension that you can use for that! It is fantastic.

TODO Highlight

Simply highlights comment parts (like TODO) in a pretty colour.

GitHub Theme

My favourite theme that I use is GitHub Dark Default. 5250 emulator looks good in this theme too.

Typewriter Auto-scroll

This extension simply keeps the cursor in the center of your editor.

The usuals

@worksofliam worksofliam changed the title Visual Studio Code - my extension setup Visual Studio Code - my setup Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant