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.

MSPM0C1104: Explorer CCS 20

Part Number: MSPM0C1104

How to close unwanted project from explorer window.

How to comment the chunk of code  after marking .(for not to use)

  • Hi Seema Joshi,

    To remove an unwanted project, you can right click and the following menu will pop up:

    From here, you can select delete to remove the project.

    For applying block comments:

    • /* Code Chunk */ will comment out everything between the "/* */".
    • Alternatively, Highlighting the entire code chunk and pressing CTRL+ / will apply "//" to every line highlighted. Applying the CTRL+/ again will uncomment.

    Best Regards,
    Brian