#403 introduced `fallbackStubElementType`
Currently, the fallback element type is just hardcoded into parser generator. Now we can override it for a parser. Technically we can introduce the per-rule option, allowing us to specify the element type for each stub based psi element, but this feels good enough.
Is ignoring IntelliJ settings the common practice? I'd rather fix outdated stuff in the .idea folder. And actually, I just did that, see the current master. WDYT?
Is ignoring IntelliJ settings the common practice? I'd rather fix outdated stuff in the .idea folder. And actually, I just did that, see the current master. WDYT?
Yes, if it is imported from some other model, gralde for example, project structure files just creating a noise and do not bring any value. So it makes sense to keep only useful ones, like codestyle, vcs, run configuratoins.