MVVS: MV Basic for Visual Studio

 View Only

 Toggle for Undefined Function Errors

Robert Metzger's profile image
PARTNER Robert Metzger posted 10-15-2021 15:13
Hello all.  With the new error tooltips in 1.2.0, many of the programs I'm viewing show numerous error for Undefined Functions.  Is there a way to turn off these specific errors, or is the intention for us to setup our workspaces to have access to every function/subroutine needed?

Thank you
Yunpu Zhao's profile image
ROCKETEER Yunpu Zhao
Hi Robert, 

Thanks for your response!

Currently we don't have an option to disable diagnostic (including error messages for undefined functions, undefined variables or other syntax errors). We are considering to add some settings to enable / disable this in future release.

If you don't setup related settings (include, catalog, accounts, etc.), you can still use all features.
But in some cases, some features could not work well.
For example, if you defined a function / variable in file A, and it's included in file B. When use "Go to Definition" in file B on this function / variable, the definition may not be located correctly. Because the extension may could not find file A' s location if it's not configured. I guess some errors you encountered belong to this.

Thanks