2023-02-07 08:49 PM
I checked syntax coloring and it will highlight external SDK function in bold purple. But when I created my own project, these HAL functions are not highlighted in bold purple as shown in ST example projects. You may see the difference below.
Many thanks if detailed steps are provided. I searched and found similar questions, but the answer is quite general regarding syntax coloring but didn't show how to make HAL functions in my own project highlighted.
Best,
Leon
Solved! Go to Solution.
2023-02-08 03:32 AM
Hi Leon,
Your observation is correct. Below is a screenshot that explains the work-around:
Notice that you are able to customize the color and style syntaxing for different "elements".
There is a difference between Functions and External SDK calls elements...
Root-cause of the difference: Project structure difference in examples vs created projects.
2023-02-08 03:32 AM
Hi Leon,
Your observation is correct. Below is a screenshot that explains the work-around:
Notice that you are able to customize the color and style syntaxing for different "elements".
There is a difference between Functions and External SDK calls elements...
Root-cause of the difference: Project structure difference in examples vs created projects.
2023-02-08 05:31 PM
Thanks a lot for the detailed explanation, Mattias. Finally can get the thing off my head :D