Answer the question
In order to leave comments, you need to log in
Where can I get a list of all js and php functions?
In general, I am developing a code editor on qt, and for syntax highlighting, as well as prompting, I need a list of all js and php (well, html, css) functions and keywords. In php, there is an idea - to parse all prototypes from php.net, but I don’t even know what to do with js. How do smart people generally act in such cases? Is it possible to somehow pull this list from existing editors, for example, from Visual Studio, Brackets or notepad'a?
Answer the question
In order to leave comments, you need to log in
For PHP, you can take this option: https://github.com/JetBrains/phpstorm-stubs
It is constantly being adjusted by users and is quite relevant
php : php.net/download-docs.php в формате chm
javascript : javascript.ru/manual в формате zip
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question