https://github.com/wsargent/play-jetbrains
https://github.com/wsargent/play-jetbrains
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wsargent/play-jetbrains
- Owner: wsargent
- Created: 2015-06-09T13:08:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T13:09:29.000Z (over 10 years ago)
- Last Synced: 2025-01-09T18:03:16.495Z (9 months ago)
- Language: Scala
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= Play Jetbrains Project
Project written to show discussed issues:
* If TwirlKeys.templateImports is defined in build.sbt, a type imported there it should not appear in red in Intellij IDEA.
* Scala classes created under the views package should contain "html" package so that they match up with the generated Scala files.
* Link to Nightly build on the Jetbrains Scala blog is broken.
* Using the @ symbol should bring up Scala language and live templates (currently requires @ { } syntax)
* Say in documentation / IDE that the Javascript plugin must be enabled for Scala to work.
* Using @ with braces uses Scala formatting, causing braces to be on multiple lines -- better to have Twirl defaults distinct.
* Generalize Twirl templates so that view.scala.js and view.scala.xml are supported
* messages file should not rely on "playframework" plugin