For TYPO3 Development I use Eclipse Standard/SDK version "Kepler". For accessing TYPO3 files on a remote server I use the Remote System Explorer (RSE) plugin, accesing the files via SSH.
I managed to add PHP code completion for the RSE. Works fine.
Now I wondered if it is possible to add the TYPO3 API in code completion using the RSE plugin.
I dont have local TYPO3 projects, but I could image downloading the TYPO3 core and placing it in a local folder for referencing all the possible classes and methods.
Any ideas on how to achieve this?