I created an api file called batch.api which partially included the windows cmd.exe command list.
(for /f "tokens=1 delims= " %a in ('HELP') do @echo %a) > batch.api
and put this file in C:\Program Files\Notepad++\plugins\APIs
I have no programming background but entertaining myself with batch, vbscript, python, bash scripts gradually.
So, I put the file there but no autocomplete shows up when I choose batch language and write a command say dosk and press ctrl + space
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created an api file called batch.api which partially included the windows cmd.exe command list.
(for /f "tokens=1 delims= " %a in ('HELP') do @echo %a) > batch.api
and put this file in C:\Program Files\Notepad++\plugins\APIs
I have no programming background but entertaining myself with batch, vbscript, python, bash scripts gradually.
So, I put the file there but no autocomplete shows up when I choose batch language and write a command say dosk and press ctrl + space
Accidentally I put a nickname in the subject field.
Sorry all.