OmniSharp / omnisharp-brackets

does some brackets stuff
49 stars 20 forks source link

Anyway to get code completion to work right with Unity #20

Open Mylab6 opened 9 years ago

Mylab6 commented 9 years ago

First off , that you for spending your time on this, now I love your plugin, but I can't get autocomplete to work with Unity.

Is this even possible to get working. I'm on a Mac and I'd like a better IDE then MonoDev which keeps crashing.

nosami commented 9 years ago

Can you get autocomplete on a non Unity solution?

Read this thread - https://github.com/OmniSharp/omnisharp-atom/issues/37 the same thing probably applies to brackets.

mat-mcloughlin commented 9 years ago

@Mylab6 did you manage to get this working? Sorry for the late reply. New job == no time :S

nicetrysean commented 9 years ago

I'm unable to get code completion either, seems like it has trouble finding the solution every time. Is there any way to manually set the solution?

mat-mcloughlin commented 9 years ago

There isn't at the moment but it should look for the solution in the root directory (the one you told it to open). Is that where the solution file is located?

Also as @nosami mentioned are you able to get it working with a non unity solution?