Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Not working Autocomplete when activated "Function parameters hint on input"

    General Discussion
    autocompletion hint function hint
    2
    5
    4347
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • prontom
      prontom last edited by

      When “Function parameters hint on input” checkbox activated and function hint is popup not work autocomplete inside function bracket. For example:
      $abc = 123;
      $abcde = 456;
      var_dump($abc

      here not apper autocomplete list

      Claudia Frank 1 Reply Last reply Reply Quote 0
      • Claudia Frank
        Claudia Frank @prontom last edited by

        Hello @prontom,

        for me it is working - see here.
        Which version do you use?
        Can you post the ?->debuginfo ?

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • prontom
          prontom last edited by

          Sorry for late answer.
          In my case language is PHP screen1, screen2

          Debug info:
          Notepad++ v6.9
          Build time : Feb 21 2016 - 21:27:55
          Path : C:\Program Files\Notepad++\notepad++.exe
          Admin mode : OFF
          Local Conf mode : ON
          OS : Windows XP
          Plugins : ComparePlugin.dll JSMinNPP.dll mimeTools.dll NppConverter.dll NppExport.dll NppFTP.dll PluginManager.dll

          1 Reply Last reply Reply Quote 0
          • Claudia Frank
            Claudia Frank last edited by

            From the scintilla docs,

            there is some interaction between call tips and autocompletion lists in that showing a call tip cancels any active autocompletion list, and vice versa.

            Cheers
            Claudia

            1 Reply Last reply Reply Quote 0
            • prontom
              prontom last edited by

              Thank you!

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Copyright © 2014 NodeBB Forums | Contributors