Completed
Slow feedback
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Metals Rich Code Editing for Scala in VS Code, Vim, Emacs, and Beyond
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 #1 Beginner question
- 3 Scala Editor Usage
- 4 Global Editor Usage
- 5 Editor gap
- 6 Two case studies
- 7 Case study 1: Diagnostics
- 8 Diagnostics: two approaches
- 9 Diagnostics from the build
- 10 Slow feedback
- 11 Build Server Protocol
- 12 Requires file save
- 13 Case study 2: Completions
- 14 Presentation compiler
- 15 Pattern matching
- 16 Override method
- 17 Name conflicts
- 18 Performance
- 19 Caching
- 20 Compiler plugins
- 21 Blackbox macros
- 22 Blackbox vs. Whitebox
- 23 Cancellation
- 24 A lot of features
- 25 Visual Studio Code
- 26 Emacs
- 27 Sublime Text
- 28 Future work