3

I am just curious to know why jetbrain's MPS does not follow package structure for java classes. Even the editor available for java programs does not have a tag called package. Is there any specific reason?

Sanjit Kumar Mishra
  • 1,153
  • 13
  • 32

1 Answers1

4

You can create "virtual packages" in MPS: just select any file, open the context menu and select "set virtual package". They are mapped to Java packages.

Federico Tomassetti
  • 2,100
  • 1
  • 19
  • 26