Hiya! This is the first devlog I’ve made on this updated project.
So, picking up where I left off since the last YSWS (macondo) there were quite a few new updates to my main dependency known as iced-code-editor. Some of them include a new command palette (which already exists in my editor), comment toggling, dots for spaces, safety nets, and more!
And so I was implement a few of these key features in the code editor one of them being the comment toggling feature. This allowed you to comment out a whole line by pressing Cntrl + / or Command + / if you’re on mac. Quite a useful feature that I use quite often.
Additionally, I worked on a cargo fmt file for linting the whole codebase every night for nightly builds.
The images below show the before and after of the comment toggling feature.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.