Implementing Comments Feed With Copilot Suggestions
Continuing comments feed, displaying name & date for each comment, counting replays for hidden comments. Almost done! Next steps: update README, fix comment element, implement WebView. Join the project if interested!
What I did: Today, I continued working on the comments feed. I focused on displaying the name and date for each comment. I added logic to count replays for hidden comments. The comments display correctly now. I've almost completed this block; I just need to update the colors and test it with different themes. I received several suggestions from Copilot while I was writing the code. The suggestions were exactly what I intended to write, and I only needed to insert them. It feels like regular autocompletion, but it's incredibly smart. In this scenario, coding speed increases significantly, and...