Skip to content

Add "scalafix in the editor" project #816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions gsoc/2018.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,24 @@ exact scope will be finalized closer to the GSOC date

Supervised by [@lihaoyi](http://github.com/lihaoyi)

### Scalafix in the editor

[Scalafix](https://scalacenter.github.io/scalafix/) is a linting and refactoring tool, which
aims to help automate migration between different Scala compiler and library versions.
Currently, the primary way to interact with Scalafix is in batch mode through a command-line interface.
However, many users have requested the ability to use Scalafix interactively through an editor.

A [proof-of-concept integration](https://geirsson.com/assets/metals/) running Scalafix from VS Code
through the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) is already working.
Many popular IDE refactorings like "Move class" and "Organize imports" are missing, however.

The scope of this GSOC project would be to implement new Scalafix refactoring rules to be used from an editor.
The project can start small with simple refactorings, and gradually step up as progress happens.
Scalafix is a fast moving project, so you will be working in a codebase with multiple contributors.

Supervised by [@olafurpg](https://github.com/olafurpg)


### scalajs-bundler 1.0

[scalajs-bundler](https://scalacenter.github.io/scalajs-bundler/) provides useful features
Expand Down