-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add more buttons #2
Comments
|
Trigger intellisense manually, useful for knowing CSS property has what values. Right now the shortcut key is control+spacebar |
Just published an update adding quite a few extra tools. Again, open for suggestions for features (or perhaps, better symbols to use as icons) |
Now, in the version 1.8+ we got the chance to GROUP buttons. |
Odd, I don't see the update in VSCode |
hm, odd it is! |
Is it easy enough to add these two options:
I use them all the time and the keyboard shortcuts either don't exist or are ridiculous! |
Sure, why not. Which one is what you are looking for? |
I don't know if there is a shortcut for it - it's when you drag a tab to
the left or right and it fills half the window, like windows does with
window snapping, but inside the app itself.
…On Mon, Nov 13, 2017 at 10:06 PM, Felipe Nascimento de Moura < ***@***.***> wrote:
Sure, why not.
But I'm not sure what are those!
I thought those where "increase/decrease indentation".
In the list here:
https://code.visualstudio.com/docs/getstarted/keybindings#_
when-clause-contexts
Which one is what you are looking for?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANnlXt-J_atQdiQZ8N9pObW_XQaSRjrsks5s2L2BgaJpZM4QNboq>
.
|
Yep those look like the ones. Again, I have no time outside of my projects
sorry, all yours! Loving your work :)
…On Mon, Nov 13, 2017 at 10:22 PM, Felipe Nascimento de Moura < ***@***.***> wrote:
hm, interesting.
I think that is the "split editor", isn't it?
I'm guessing these would be the options you are looking for!
You want to make it happen and open a PR?
If not, I might have time to implement it next weekend.
[image: screen shot 2017-11-13 at 20 20 39]
<https://user-images.githubusercontent.com/347387/32752405-31df1e14-c8b0-11e7-8247-79a94bca1bf9.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANnlXkI4z0LRZ6dD4jv1vZ6P_m5_wSjfks5s2MEjgaJpZM4QNboq>
.
|
I would like to create buttons that just insert some text, e.g. "def". On a german keyboard I have to press option-5 for a [ which is not convenient, so I would also like to have a button for brackets etc. |
hm, interesting...we could think of a button that could add whatever you want, so you could configure it in the settings...would that help? |
Actually some hours later I've found BetterTouchTool which exactly provides this feature, sending arbitrary keystrokes with configurable button images. However, it is not context sensitive, so e.g. in my PyCharm setup I have always the debug buttons (step etc.) on the Touch Bar. Here my current setup: |
Interesting @OliverUrbann and what plugin is that? We might get some inspiration from it (specially if it is open source). |
It's not open source and it is not a plugin. It is a general tool for customizing gestures, touch bar etc. in every app. |
I see. |
VSCode reload button( linters/git/jest freeze sometimes) would be nice to have |
"Change color theme" would be pretty neat 😄 |
|
Interesting, you mean "run selected text in terminal"? |
Yes and no. Selfishly, I want |
Organise imports and code auto formatting would also be useful |
Did you get it working, @benny-gold ? |
+1 on |
Once we got support for the user to customize the buttons (still depending on some fixes in the touchbar support for the vsCode), we could have some extra buttons:
Any other suggestion?
The text was updated successfully, but these errors were encountered: