-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
Since it seems that we already have an article about using Java in VSC and at an article about IntelliJ is in the process of being added in #62, I think another article should be added for the Eclipse IDE.
There are many people using it so it would be weird to leave it out.
Website section
Learn > Tutorials > Your First Java App
Details
I could imagine the following sections:
- Introduction/installation
- creating Java projects
- possibly including build tools (I am not talking about an introduction to build tools, just about creating Maven/Gradle projects in Eclipse)
- Debugging functionality (Debug perspective, associated buttons, etc)
- Content assist
- I don't think it's necessary to talk about setting auto activation keys but this is a possibility as well.
- Differentiation between workspaces and projects
- possibly Ctrl+1 (quick fix), Ctrl+3 (quick access)
- Refactoring/Generation/Autoformatting
- only a quick overview showing the options being there
- not including any configuration of autoformatting etc
Author references
I would be interested in writing this but I am also open to other people writing it.
HannesWell and tfroment