scala - Is there anyway I can edit Play source code in a intellij project? -
i trying go through play source code understand of logic. there way edit , recompile it?
for example when search file form.scala doens't exist in project directory, form.class exist in project[root-build] content different form.scala code in github.
have here how compile play source code: https://www.playframework.com/documentation/2.4.x/buildingfromsource
Comments
Post a Comment