Part Number: TMS320F28034
Tool/software: Code Composer Studio
Hi,
Can CCS delete comments with one click so that they do not appear in the code?Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F28034
Tool/software: Code Composer Studio
Hi,
Can CCS delete comments with one click so that they do not appear in the code?Thanks.
Hello,
There is no specific button or menu item to have CCS automatically remove all comments in the code. Many people simple do some form of search and replace where they search for comments using a regular expression. Something link:
https://dimitar.me/quick-and-easy-way-to-remove-all-single-line-comments-in-eclipse/
Thanks
ki