Notepad++ intellisense for user-defined functions

岁酱吖の 提交于 2019-12-24 10:59:35

问题


I understand that I can enable auto-completion in Notepad++ by going to "Settings -> Preferences -> Backup/Auto-completion". For example with Python, the auto-completion only works for a set of pre-defined functions according to this link.

Does anyone know how to make intellisense in Notepad++ for the functions and methods that I define? I'm no expert in this but I was thinking, surely there must be a way that Notepad++ can automatically detect function definition in the code, and add those functions to its intellisense database or something?


回答1:


You may be interested in the relative documentation. Have a look at the files in %ProgramFiles%\Notepad++\plugins\APIs.



来源:https://stackoverflow.com/questions/14278467/notepad-intellisense-for-user-defined-functions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!