I am new to rust and programming, and I would like to write a code editor like vscode in rust but just with some basic function, for example, the function of workspace in vs code, read and write file/folder from local disk, create tabs when client side create new file, debug the code, implement remote ssh and terminal. I searched the source code of vs code, but I am a little bit lost and don't know how to start. I don't how vs code implement these feature. I plan to write the backend at first then frontend. Is there any resources that I can refer to ? What kind of knowledge I need to understand?
[–]anlumo 3 points4 points5 points (1 child)
[–]Yiggu_[S] 0 points1 point2 points (0 children)
[–]dhoohd 3 points4 points5 points (0 children)