Notifications
Clear all

Tips for Noobs #1 - Troubleshooting C++ sketches

2 Posts
2 Users
1 Likes
1,862 Views
(@pugwash)
Sorcerers' Apprentice
Joined: 5 years ago
Posts: 923
Topic starter  

Ever since I swapped sides from Windows to macOS, one program has been my constant companion, "Textwrangler", a free advanced text editor.

And one of the functions in Textwrangler that I use constantly when adapting sketches is "Compare two files". So if my adaption is not working, it is easy to isolate changes or additions to the adapted sketch and saves a lot of time trying to find out what I have done wrong, or if I have unknowingly altered any of the original lines of code by mistake.

There may be a similar function in Visual Code, I don't know, I have never looked for one. I am pretty sure there are similar text editing tools for Windows and Linux.


   
Quote
(@zeferby)
Member
Joined: 5 years ago
Posts: 355
 
Posted by: @pugwash

There may be a similar function in Visual Code

Hi saylor !

In Visual Studio Code you can install a plethora of extensions. For code compare i tend to use one of the Git-based.

image

Eric


   
jrbdeveloper reacted
ReplyQuote