Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

How to read data from a configuration file, in Visual Studio plugin

$
0
0

Hi,

I am implementing Statement Completion (https://msdn.microsoft.com/en-us/library/ee372314.aspx ) functionality for a custom language.

In void ICompletionSource.AugmentCompletionSession() I need to read some configuration values from some config file. I tried with a normal app.config but it doesn't seem to work.

Could you please advice me on how to get it done?

Thanks,

Sandun


Viewing all articles
Browse latest Browse all 4410