2020-11-22 05:13 AM
Good Morning,
Since most of my code has to be within the USER CODE BEGINS/ENDS decorations,
/* USER CODE BEGIN RTOS_THREADS */
/* add threads, ... */
/* USER CODE END RTOS_THREADS */
It would be incredibly effective if there were a way to highlight or decorate my user code within those boundries. I spend a good deal of time locating those sections, and I was just thinking that if there were a way to accentuate that code, or even provide code folding to close everything non-user code, it would make my user code a LOT easier to navigate.
It's not a requirement at all, and sure searching tools do work, but I was just thinking if it were possible, it would be a lot easier to glean what my custom application code is doing when I don't have to sift through the boilerplate code...
Thanks,
Heather