VS Code shows a welcome page on startup. The page provides quick start experience.
For Java users, the similar concept can also apply. VS Code is very different from classical Java IDEs like Eclipse and IntelliJ. New users get lost very easily when trying to adopt this new solution. So a welcome page can solve that problem by providing:
- A list of most used task entries
- Links to the documentation
- Links to sample projects and tutorials
VS Code shows a welcome page on startup. The page provides quick start experience.
For Java users, the similar concept can also apply. VS Code is very different from classical Java IDEs like Eclipse and IntelliJ. New users get lost very easily when trying to adopt this new solution. So a welcome page can solve that problem by providing: