using both UnityDevelop for JS and MS VC#2008 for C#?

Hi,
to edit JS files I like to use UnityDevelop and to edit C# files I like to use MS VisualC# 2008. No the problem comes in with setting my preferences up. If I go to edit->preferences->general->External script editor I can only select either UnityDevelop or MS VisualC# 2008 but not both. This makes it a bit innoying that I have to change between every time I want to switch a language. Is there a way to automatically open up a editor by extension?

For now I have a workaround and just create a project in UnityDevelop and a project in MS and have both editors open at all times but this seams a bit unnecessary.

Is there a option somewhere I can set to have MS VC# open up C# files and UnityDevelop open up JS files?

i assume that you use windows…so do i with VS

the C# files are called cs files; and they open with VS usually; the trick is to use windows extension control and assign the right application to open the files.

Just right click on a CS file and change the program used to open that file; then do the same with the js files and that’s it :slight_smile:

anyway you can find more info searching on google or on windows forums about how to assign a specific extension to a specific software :wink: