How to use intelisence in mono (in order to get all the contents of other script file)

I want to ask a simple Question
“How do I get all the contents(function/classes/variable names) of one script file in other script file.”
actually when I use dot notation (.) to call any function or variable it open an intelisence which show all the contents of the same script file but it don’t show the contents of other script file …
do any one know how do I fix this problem ?
it will be very helpful for me because it will save a lot of my coding time besides writing the full name of function or class of other script file :slight_smile:

In the Unity Editor select Edit->Preferences. Then select External Tools->External Script Editor. Select the drop down and browse to your mono executable. On windows it would be under ProgramFiles(x86)\Unity\MonoDevelop. Close this window and then select Assets->Sync MonoDevelop Project. Open your script and it should open with MonoDevelop and you should be able to use auto-complete.