twitter / rsc

Experimental Scala compiler focused on compilation speed
Apache License 2.0
1.24k stars 54 forks source link

Implement IDE integration #17

Closed xeno-by closed 6 years ago

xeno-by commented 6 years ago

Once we get SemanticDB generation going (#10), we would like to make use of the SemanticDB-based LSP implementation (https://github.com/scalameta/metals) to make sure that Rsc has first-class IDE support.

xeno-by commented 6 years ago

Given our recent focus on outlining, I'll be closing this ticket as postponed. Once we achieve our current goals, we'll revisit this task.