Highlighting scheme editor - CommentsComments are intended to allow important information to be entered in the code to help the programmer see how the program works. This is particularly important when reading code written by another person. However, even your own code - after a long time - can be a puzzle.Spider allows you to highlight comments in your code. Comments are denoted by special characters or strings - in each language these are different characters, e.g. '//' and the pair '/*' and '*/' in PHP, '<!--' and '-->' in HTML, etc. Enable comment coloring
|
Related topics |