40 lines
1.5 KiB
Markdown
40 lines
1.5 KiB
Markdown
<div align='center'>
|
|
|
|
<br />
|
|
|
|
<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />
|
|
|
|
<h2>ECLIPSE THEIA - GETTING-STARTED EXTENSION</h2>
|
|
|
|
<hr />
|
|
|
|
</div>
|
|
|
|
## Description
|
|
|
|
The `@theia/getting-started` extension contributes a default `getting-started` widget which is displayed whenever
|
|
opening the application without any workspace present or if the widget is explicitly opened (through the menu or command).
|
|
|
|
The `getting-started` widget provides useful commands and functionality for quickly getting up to speed with the application. For example:
|
|
|
|
- `open commands`: commands which are used to open files, folders, and workspaces quickly.
|
|
- `recent workspaces`: recently used workspaces are listed for easy and quick access.
|
|
- `settings commands`: commands which are used to open the preferences and keyboard shortcuts widgets.
|
|
- `help`: useful links pointing to documentation and/or guides.
|
|
|
|
## Additional Information
|
|
|
|
- [API documentation for `@theia/getting-started`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_getting-started.html)
|
|
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
|
|
- [Theia - Website](https://theia-ide.org/)
|
|
|
|
## License
|
|
|
|
- [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
|
|
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
|
|
|
|
## Trademark
|
|
|
|
"Theia" is a trademark of the Eclipse Foundation
|
|
<https://www.eclipse.org/theia>
|