Classes reference no longer populating in 1.10?

0

I'm no longer seeing any class reference expansion or search functionality in 1.10. I've tested this on two clean installs on different computers. Am I the only one? Any idea what the issue is?

asked 7 years ago162 views
3 Answers
0
Accepted Answer

Hi @REDACTEDUSER

Is this happening for you in the lua editor?

One possible cause is that your lua editor is not connecting to the editor for debugging, etc. Without this connection to the editor, non of the class references will be visible. When you open up the lua editor, there should be three 'buttons' in the top-middle of the screen. The button that says 'Target' needs to be set to 'Editor':

REMOVEDUPLOAD

You can set the target by simply clicking on the button and choosing 'Editor'. Once the target is set to 'Editor' and the 'Context' to 'Default', you should be able to see the classes again. If you can't set the Target to Editor, try reopening the Editor, or load it by running the project through Visual Studio. It should be accessible, but it may not be defaulted to Editor depending on your settings.

Let me know if this helps!

answered 7 years ago
0

That got it, thanks!

answered 7 years ago
0

Your solution is not working for me.

REMOVEDUPLOAD

So i alread have tried the following steps:

  • Re-open the lua editor.

  • Open the lua editor as administrator.

  • Launch the Sandbox editor from VS 2015, then open de lua editor.

Nothing have worked, and the Editor Target not appears.

answered 7 years ago

This post is closed: Adding new answers, comments, and votes is disabled.