7ute / symbols-list

An alternate symbol list sidebar for Atom.io text editor
GNU General Public License v3.0
32 stars 24 forks source link

'TODO', 'FIXME', 'HACK' words are not working in .php files #73

Closed scsmash3r closed 4 years ago

scsmash3r commented 5 years ago

Seems that now 'TODO', 'FIXME', 'HACK' words are not working in .php files at all.

Bare minimum:

  1. Create .php file
  2. Put contents:
    
    <?php
    /**
    * @link string
    * @copyright string
    * @license string
    */
    namespace frontend\components;

use Something;

/**

Originally posted by @scsmash3r in https://github.com/7ute/symbols-list/issues/66#issuecomment-478285519

scsmash3r commented 5 years ago

Okay, it will work, if you add : after word:

/* FIXME: sometext */
// TODO: somtext 

If it's how it is intended to work, the issue can be closed.

7ute commented 4 years ago

One year later ^^' Yeah, FIXME and TODO are described with : in most RFC's.