You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gayanper I'm currently learning about the eclipse platform and about the plugin development environment, Would this project be a good entry point for a beginner. I checked out eclipse platform project but since this project is still in development phase, I think I could learn more, What would you recommend?
I really happy @yashTEF you start learning eclipse plugin development.
If you are interested on learning how to start implementing a plugin, yes you can look at this repo. But i really recommend reading https://www.vogella.com/tutorials/eclipseplatform.html. There you will find many more tutorials when it comes to working with Eclipse platform.
In this plugin you will find how you can integrate menus actions, how to implement new editor annotations, quick fix suggestions and java completions. But i would not recommend you take the coding patterns i have use here with a grain of salt. Because i would not say some of the implementation i have here is in great shape when it comes to software engineering practices.
But let me know if you need more help. And if you have more questions you can open a seperate issue or you can find me in twitter and DM me.
for
java.util.List.toArray()
wherelist.toArray(new $)
there is not code completions for completing array constructions.The text was updated successfully, but these errors were encountered: