- Coding Beauty
- Posts
- January 2024 #2
January 2024 #2
10 more essential VS Code tips & tricks for greater productivity 💪
Try Coding Beauty Assistant for VS Code✨
Exciting update: You can now get your hands on the early release version of Coding Beauty Assistant for VS Code.
Experience a whole new level of productivity with our intelligent assistant, meticulously crafted to enhance your work efficiency. Brace yourself for lightning-fast code completions, an intuitive AI chat + web search, and the unrivaled support of reliable human experts.
Coding puzzle
Can you complete this algorithm puzzle?
Featured content
1. Publish repo to GitHub in literal seconds
Do you remember this?
It's the old-school way of publishing your code to GitHub. Create a repo, enter name and details, create remotes...
With VS Code you don’t need to do this anymore. From the Source Control panel you can now quickly publish any local repo to GitHub in just 2 clicks:
And forget git init: creating the repo is even easier with a single click…
2. Workspaces for multi-codebase editing
Without workspaces we’d have to deal with window clutter… and this 👇(irritating!)
But now we can easily code across the various folders spanning our codebase, in one window:
Did you know: ChatGPT is the only chatbot that saves your earlier conversation history whenever you edit messages.
Other chatbots avoid doing this, probably due to the added complexity involved, as we’ll see.
Let’s put ourselves in the shoes of the OpenAI developers and see how to bring this feature into life (ChatGPT’s life)…