- HTML Editor Features
- Javascript Editor Features
- Css Editor Features
- The Page Inspector
- Working with data
- Framework Features
- SignalR
- Asynchronous Programming with Async and Await
- Unobtrusive Validation
- HTML5 features
- Oauth and Security Features
- Smart Tasks (source view)
- Event handler setup (source view)
- HTML 5 Snippets
- IntelliSense for tags, Attributes
- Automatic matching tag renaming
- Automatic brace completion and type-through
- New doctype, missing some simplifications
- Extract to User control
HTML Editor Features Sample:
Javascript Editor
Features
- Code Outlining
- Brace Matching
- Go to Definition
- DOM Intellisense
- ECMA Script Support
- Implicit Reference (_references.js file)
CSS Editor Features
- Hierarchical Indentation
- Support for CSS Hacks
- Vendor Extension Support Ex: require -moz, -ms for Microsoft or -webkit for Chrome and Safari
- Color Picker
- Code Snippets
- if you type an @ you'll automatically get support for @ and then you'll see media for instance
- Custom Regions