vote up 3 vote down star

Hi,

I write simple LanguageService for JavaScript language. Target IDE is Visual Studio 2008. I want to run my LanguageService for .js extension file(default extension for JavaScript language). But for this extension my LanguageService don't working. When I run my LanguageService for extension .jsp(could be any extension don't supporting by VS IDE) - LanguageService working well.

My question: how to override existing LanguageService for JavaScript language? How to disable default LanguageService for JS?

Sincerely,

Mykhaylo

flag

69% accept rate
I found this web page: social.msdn.microsoft.com/forums/en-US/… I think is good for start. – mykhaylo Jul 29 at 21:15

1 Answer

vote up 1 vote down

Have you tried overriding the extension editor in the Tools menu?

Go to

  • Tools -> Options
  • Navigate to Text Editor -> File Extension
  • Associate .js with your installed language service
link|flag
My language service don't available in the these list. Language service is installed because my simple logic is available. Maybe I must to add some extra attributes to my Package class? – mykhaylo Jul 27 at 23:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.