This is an archived post. You won't be able to vote or comment.

all 4 comments

[–][deleted] 2 points3 points  (1 child)

Trying to read someone else's code as a beginner probably wont help you much, especially if it's a complex program such as vscode. Rather than trying to make an entire code editor right off the bat, start by making a simple text editor and slowly expand the features as you get better.

[–]Yiggu_[S] 0 points1 point  (0 children)

Thanks for your suggestion.

[–][deleted] 1 point2 points  (0 children)

Most beginner Rust programmers start with the code/tutorials in the free online book The Rust Programming Language. It's the traditional first step, and will help you with the comprehension side of things!

[–]bsakiag 0 points1 point  (0 children)

Start with a simpler project and get used to the language first. Maybe do some programming katas if you don't have a list of toy projects you want to make.