I created a simple Xtext project and want to generate some specification files. Using the ANTTLR tool, I will create some other files based on the Xtext project specification files. I created a plugin that uses specification files and automatically generates the other files that I need using the ANTLR parser. My question is, is it possible to integrate this plugin using the Xtext editor? More specifically, if one user wants to use the plugin, he will see the Xtext editor, which will create the specification files, and finally, by clicking the button, you will create the files using the ANTLR tool (the last step has already been taken). Does anyone have any ideas?
source share