Results 1 to 8 of 8

Thread: Show #REM #IF etc in studio code explorer optionally

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Feb 2009
    Location
    Cayman Islands
    Posts
    3,969

    Default Re: Show #REM #IF etc in studio code explorer optionally

    Quote Originally Posted by Vincent Oorsprong View Post
    Dave,

    Ok, right I missed you were mentioning code explorer and not code editor.

    There is no option for showing this type of code line. The CodeSense (CDS) system does not recognize these lines either so cannot give back where they are.
    okay. Is there a way some other token, in a similar manner to "//todo:", could be added to those that Codesense can reveal in the code explorer? In long sources having documentary notes is useful, though these are just that, permanent notes or markers, rather than todo items.

    I suppose my remedy might lie in extending todo lines, so that actual ToDos are just:
    //todo: fix this

    and my notes have a distinctive format like
    //todo: ** This is where the formatting functions are.

    If your colourising trick worked for me (which it didn't in my quick test) I presume I could then diferentiate those in the editor
    Last edited by DaveR; 14-Oct-2020 at 06:57 AM.
    I should be on a beach ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •