Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array constructs are not support for method arguments #36

Open
gayanper opened this issue Feb 18, 2021 · 2 comments
Open

Array constructs are not support for method arguments #36

gayanper opened this issue Feb 18, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@gayanper
Copy link
Owner

for java.util.List.toArray() where list.toArray(new $) there is not code completions for completing array constructions.

@gayanper gayanper added the bug Something isn't working label Feb 18, 2021
@yashTEF
Copy link

yashTEF commented May 13, 2021

@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?

@gayanper
Copy link
Owner Author

gayanper commented May 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants