IntelliJ Xtext Couldn't Resolve Reference to Grammar 'org.eclipse.xtext.common.Terminals'
问题 I haven't had success in installing Xtext with Eclipse (see Xtext Bundle org.eclipse.emf.mwe.utils cannot be resolved and Can't Create Xtext Project in Eclipse), so I thought I'd try IntelliJ IDEA. However, when I created the default project, I got the error "Couldn't Resolve Reference to Grammar 'org.eclipse.xtext.common.Terminals'". Isn't this library automatically installed with Xtext? At this point, I am stuck. Can anybody definitively resolve this problem? 来源: https://stackoverflow.com