drtoclr046994545 2011-06-18 19:31
浏览 38
已采纳

为什么notepad ++ autocomplete不能与函数参数一起使用?

I checked "Settings > Prefences > Backup/Auto-Completion > Enable Auto-completion on each input" and "Function parameters hint on input" options. I have Notepad++ 5.9 (unicode) version. It auto completes function names but not their arguments. Also i tried re-install. I know it has this feature but not working. Any idea why?

I mean it auto completes print_r when i write "pri" but i want it to work like in the image; http://i51.tinypic.com/3322auc.jpg

  • 写回答

4条回答 默认 最新

  • duanjing3656 2011-06-18 19:57
    关注

    Hmm, this is not an answer to your question but I want to share it anyway.

    I have used Notepad++ for years. I didn't like Eclipse and NetBeans is just so damn slow. I never used the auto complete function for anything. Notepad++ can't really do any code analysis, it can only give you auto-completion on the known PHP functions.

    I've since switched to an IDE that does full code analysis and can do auto-completion for your own code as well.

    Notepad++ is great if you just want to write something real quick. It's also a great tool if you want to learn about PHP since it doesn't do auto-completion very well ;) but if you really want to be productive when you're working on a large application I recommend you use an IDE that does code analysis. Productivity is the key here. I spend less time looking through files and more time actually writing code, which is great! :D

    Good IDEs for PHP: NetBeans, PHPStorm, Eclipse.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

悬赏问题

  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容
  • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题
  • ¥20 yolov5自定义Prune报错,如何解决?