Hey everyone! I'm just starting my journey in coding and I'm curious about real-world practices for front-end developers who design websites and graphics. Do professionals commonly use VS Code along with tools like Copilot? Or is it simply expected that you have to memorize everything? I'd love to hear your thoughts. Thanks!
5 Answers
Using Copilot can be useful, but it's not a substitute for learning. For beginners, it's better to use AI tools for clarifications or code reviews after you've done the work yourself. The real learning happens when you tackle problems and debug your own code.
Memorizing isn't the right mindset! When you're learning a programming language, it's more about understanding and internalizing it through practice. Just like learning a spoken language, you pick it up by using it, not just memorizing rules.
VS Code is super popular these days and Copilot is becoming a standard too. Just remember, tools are there to help, but you shouldn't rely on them to do all the heavy lifting! Your own knowledge is what will really make you a proficient developer in the end.
I work as a full-stack developer and I do use VS Code along with Copilot. However, I never rely solely on it. I usually know what I want to do, and I ensure I understand the code Copilot suggests. Knowing how your code works is key, regardless of the tools you use.
You can absolutely use VS Code, or any other IDE for that matter. And using tools like Copilot or Google is completely normal. Programming isn’t about remembering everything; it’s about knowing how to look things up when you need them.

Totally agree! It's all about practice and getting comfortable with the language over time.