VS SDK - Language Service Package
-
Hi, Can I create a UserControl that can be used in WPF by using the Language Service Package comes with VS SDK ? VSSDKInstallDir\VisualStudioIntegration\Tools\Babel Thanks!
Charith Jayasundara
-
Hi, Can I create a UserControl that can be used in WPF by using the Language Service Package comes with VS SDK ? VSSDKInstallDir\VisualStudioIntegration\Tools\Babel Thanks!
Charith Jayasundara
-
Yes, there is more than one sample that shows you how to do this.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 beta 1 - coming soon
((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))Hmm, There are some samples for VS integration packages... But I couldn't find anything for creating usercontrol using this. If you know any link could you please send it to me? Thanks!
Charith Jayasundara
-
Yes, there is more than one sample that shows you how to do this.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 beta 1 - coming soon
((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x)) -
I am not getting the connection here. How is creating/using a UserControl in WPF related to Language Services?
led mike
led mike wrote:
How is creating/using a UserControl in WPF related to Language Services?
He is using the VS SDK. There are some sample that shows you to use .net controls for use inside VS. IIRC you can host a WPF control in a Winforms control.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 beta 1 - coming soon
((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))