The Language Service reads from assemblies referenced by your project to provide IntelliSense and error reporting while you
are editing code. The Language Service is unable to automatically reread an assembly that has changed. So if you have a project
with references to other projects or assemblies which change, the IntelliSense and error reporting can become inaccurate.
In order to refresh this information, you must rebuild the referenced projects or assemblies.
The COBOL language service does not support tooltips for reference modified items when debugging. To view value for data items
add them to the Watch or QuickWatch windows.