Stepan Strunkov

Results 9 comments of Stepan Strunkov

> Do you mean's plugin's parse tree view or arbitrary antlr code altering parse tree? It's typically modified by constructing new parse tree or other from auto-generated tree. I guess...

@yegor256 Have I understood correctly that I need to implement putting binaries to assets?

@yegor256 Do we really need `load` function? I suggest implementing this by replacing all `path` with `new Home().path(path)`. It allows us to get all files by corrected path. What do...

@yegor256 I still have some questions. For example, we have this code in `PlaceMojo.java`: ```java final Path home = this.targetDir.toPath().resolve(ResolveMojo.DIR); if (new Home().exists(home)) { final Collection deps = new DepDirs(home);...

Solution: Add [this code](https://github.com/objectionary/eo-intellij-plugin/blob/master/src/main/java/org/eolang/jetbrains/EoPluginController.java#:~:text=final%20FileTypeManager%20fileTypeManager,()%2C%20runnableAssociate) in your PluginController

@mximp @Graur there was a problem with possible runtime error but I think it is fixed now. Check please