Difficulty in version switching

0

Hello,

In the past I developed an application using VB in Visual Studio 2013, today I need to make updates to the source code, I no longer have the VS2013 I started using Visual Studio 2015. When I was editing the code I noticed a difference:

Self-completion no longer works, that is, I can no longer access objects that are in the form through a module. However, when using VS2013 this was perfectly possible.

Could someone help me solve this problem?

    
asked by anonymous 12.12.2016 / 16:58

1 answer

1

Opa,

I do not know if IntelliSense is enabled in your case, try to see if it is enabled:

To disable or activate IntelliSense

1 - On the Tools menu, click IntelliSense Manager.

2 - In the IntelliSense Manager dialog box, click the General tab.

3.1 - To disable IntelliSense, clear the Enable IntelliSense check box.

-OR-

3.2 - To activate IntelliSense, select the Enable IntelliSense check box.

    
12.12.2016 / 20:16