-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Show productivity tips in the splash screen #93
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
Comments
Hi Gitpod friends, what are some keyboard shortcuts / commands / quick workflows that you love and that save you a lot of time & effort when you use Gitpod? For me it was discovering about If you have some time, I'd love your opinions: @AlexTugarev @sr229 @svenefftinge @akosyakov @spoenemann @geropl @32leaves @meysholdt @jbicker @JanKoehnlein 😊 P.S. I have this provisional list, which I'll try to update with your suggestions: Serious stuff:
Fun stuff?
(Also, feel free to comment about the wording, e.g. I'm not sure the word "quickly" is necessary?) |
For shortcuts we need to have them OS dependent. |
We could also mention that you can prefix any GitHub URL with |
Hey, we could also add some easter eggs and funny loading lines while we're at it, I mean, Cloud9 IDE does it! |
Suggestions are very welcome! |
A few more great suggestions from Sven:
Regarding the last one, I already had it as "Run |
Maybe we could also mention the |
We need to make sure that everybody understands the |
I agree, it's not the full answer. But maybe it can be part of the answer? |
We can do something like this:
what do you think @jankeromnes @svenefftinge |
Great phrasing, thanks! 🙂 Sven also had an interesting suggestion that we mention the URL prefix in the same message where we suggest installing the WebExtension, that way new users can learn about both options. Maybe users who already have the WebExtension and created a few workspaces already know about the prefix, and don't need to be reminded? I'm not quite sure. |
that would be great actually! @jankeromnes, since showing that tip might be redundant, but might be helpful if they're working on machines that can't install the extension. |
Another really cool "hidden" feature: right-click on selected lines in Editor and click "Open in GitHub". |
|
Oh wow, that does sound useful! Do you know if there is a similar feature for the Terminal? (I greatly miss the "maximize terminal" button of Cloud9 IDE). |
AFAIK there is no command/keybinding for that. But if you put the terminal into the main area (i.e. the dock panel containing the editors), you can use the same command as above to maximize it. |
Maybe also something along the lines of I know that there is also the HTML live-preview, but it has certain limitations (e.g. not able to open it in a new tab), to which a one-line static server could be a nice workaround. |
I think people are not aware of the |
|
yep, not everytime Gitpod can automatically forward the ports |
@ChristinFrohne, @jbicker, @svenefftinge and I implemented productivity tips in the loading screen, and we're just about to release it this afternoon! 🎉 🤞 It should look something like this: |
Looks great!! |
Which white box is not being displayed? (Note: This is a Firefox screenshot.) |
oh sorry, I just talked with Jan B. he explained it to me. My mistake |
Hey @jankeromnes, currently we do not show any tips anymore. @julia-leyton and I were just discussing how she is creating a FAQ and we are thinking about displaying it during the splash screen. Can you give us some context on why this feature has been removed? |
Hi @Furisto!
The productivity tips got removed when we redesigned the entire dashboard, because we wanted to keep both design & implementation scope as minimal as possible (and not because we decided that they were bad -- in fact everyone found them super helpful and it would be really cool to have them back in the new design! ✨)
Sounds exciting! 👀 Could you please open a new issue, proposing to display FAQ items and/or productivity tips in the "new" workspace splash screen? Then maybe involve George and Sven as well, as I'm sure they will have great feedback and suggestions. 💭 EDIT: Maybe Milan as well, since there were a few discussions around how to make the workspace splash screen more transparent about what is happening behind the scenes (i.e. show the different start phases, logs, timings, etc). Maybe we can find a good balance between being more transparent (technical details about workspace start) and helpful (tips / FAQ) or even delightful (themed Gitpod logo / doodles / mini-games?) |
I have two problems when using Gitpod:
Gitpod
button, I have to watch a splash screen for a short while (because the IDE takes some time to be ready)F1
or usinggp open
)I see an opportunity to address both problems: Showing productivity tips in the splash screen. That way, every time I wait for the IDE to load, I potentially learn something new that will save my time later.
This is something that Cloud9 IDE already does:
https://github.com/c9/core/blob/e9490da4e721915df42d1c468ea7c98f879fbb11/plugins/c9.vfs.standalone/www/ide.html#L47-L72
To illustrate with an example, one day I discovered the Cloud9 tip about renaming variables with
Ctrl-Alt-R
, and I instantly loved it and adopted that feature, which saves me a ton of time since then.Ideal Gitpod features for such a tip could be:
F2
to rename a symbol (this feature was my favorite discovery in Cloud9 IDE)F1
to fork a repository (I absolutely didn't knowF1
existed until you told me about it in a bug report. Some of its features aren't even exposed in the context menus, so I was missing out on them)gp open
to open a file in the IDE (same thing; I used to hunt for particular files using the file tree)z
to jump around faster in the repository (if you install https://github.com/rupa/z which is amazing)rg
orfd
to find things (same, if you install https://github.com/BurntSushi/ripgrep and https://github.com/sharkdp/fd)The text was updated successfully, but these errors were encountered: