consulo / consulo-csharp

Languages: C#
Apache License 2.0
50 stars 6 forks source link

Problem when creating new class inside new folder #449

Closed SillentAssembly closed 8 years ago

SillentAssembly commented 8 years ago

When i create a new class inside a new folder (from inside unity) i get this http://i.prntscr.com/8596fca107ab46c0ba02859976fd4e5d.png Nothing highlighted and if another class references the new class Consulo says cannot resolve.

Then i close project, delete, import and i get http://i.prntscr.com/6c405a7e84614193987bbe545c550e9a.png Everything ok.

P.S May not belong to C# sorry if not.

VISTALL commented 8 years ago

When you created file from non-Consulo, you need call Re-import project.

https://github.com/consulo/consulo-unity3d/issues/45