L
L
LNK2016-08-02 19:52:28
PHP
LNK, 2016-08-02 19:52:28

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

2 answer(s)
N
Nazar Mokrinsky, 2016-08-02
@NikHaker

For PHP, you can take this option: https://github.com/JetBrains/phpstorm-stubs
It is constantly being adjusted by users and is quite relevant

A
A person from Kazakhstan, 2016-08-02
@LenovoId

php : php.net/download-docs.php в формате chm
javascript : javascript.ru/manual в формате zip

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question