Hi,
I am using ctags to enable intellisense completion under vim.
the command of ctags works for c/c++ :
ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .
I would like ctags check *.pde files too ?
Is anyone knows xhat I have to add ?
Thank you