Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-5564

No autocomplete of @method in comment folding

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Next
    • None
    • php - Editor, php - PHPDoc
    • None

    Description

      If a class has a comment header like this:
      // <editor-fold desc="User magic methods and properties" defaultstate="collapsed">
      /**
       * @method void doSomething()
       */
      // </editor-fold>
      class Something() {}

      And the comment is collapsed, then, in the editor, if you do this:
      $smt = new Something();
      $smt->doS<cntl><space>

      wont autocomplete the method. It will only autocomplete it if you uncollapse the comment

      Attachments

        1. nb-5564-screenshot.jpg
          135 kB
          Junichi Yamamoto

        Activity

          People

            Unassigned Unassigned
            gpayo Gonzalo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: