Visual Studio Toolbox: JScript Editor Extensions
- Posted: Aug 24, 2011 at 1:07 PM
- 51,659 Views
- 9 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Damian Edwards of the ASP.NET product team joins us this week and shows off the JScript Editor Extensions. These four extensions add support for brace matching, the <para> tag, outlining, and highlighting instances of a word. Damian will demonstrate how these enable you to more quickly and easily write JScript. After the demos, we talk a bit about what it took to write these extensions and then close with a brief chat about what we can expect in Visual Studio vNext.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Can Microsoft stop calling JavaScript JScript already. People ask me what JScript is when I post about your "JScript Editor Improvements"
They cannot (well, at least not without licensing the trademark "JavaScript" from Oracle); JScript is the name of their implementation of the ECMAScript standard.
Are you sure that the trademark JavaScript belongs to Oracle? How are Mozilla and Google using it then? What is more this is an editor extension. Surely they can create editor extensions for a language which name is a trademark registered by Oracle.
I am using JSEnhancements(http://visualstudiogallery.msdn.microsoft.com/0696ad60-1c68-4b2a-9646-4b5f4f8f2e06). It works in both js and css. It doesn't support highlight current word or <para>, but I think it's better.
DiryBoy: I haven't used either so I'm curious if you could give us a few examples of why you think JSEnhancements is better?
JavaScript does not have anything to do with Java, besides a similar name.
Oracle does not have any control over JavaScript.
Moondevil, perhaps not control, but Oracle owns the trademark: JavaScript (tm)
Another thing that would be interesting is "go to definition" for the objects and methods in java script.
I'm not sure if that's even possible to implement, because of how js works. Let's say you have 3 files with methods:
a.js
doSomething() { }
b.js
doSomething() { }
main.js() {
doSomething();
}
then you can include in web page either a.js, or b.js. So while editing main.js VS wouldn't know which file to reference
Remove this comment
Remove this thread
close