Bridgewater / scala-notebook

Interactive Scala REPL in a browser
Other
741 stars 155 forks source link

File-based string literal completion #53

Closed chrismyang closed 9 years ago

chrismyang commented 9 years ago

Add a StringLiteralCompletor that gets the files in the CWD and uses that to suggestion completions.

I think this is a better demonstration of the string literal completion than what existed before.