Support for Apple TouchBar

Answered

Hello guys,

is there any plan to support new mac touchbar? It would be nice to have debug capabilities or other stuff on it :).

Is there any ETA to it?

Thanks!

73
20 comments
Official comment

We do plan to support it, please follow https://youtrack.jetbrains.com/issue/IDEA-163208 for updates.

And half a year later there still seems to be no progress whatsoever on this issue.

27

Are there any updates?

Upvote if you want a touchbar support as well?

57

Still waiting on this.

3

Really desirable function.. I hope it's coming soon..

3

This isn't coming is it?

1

Still work in progress.

0

Hi y'all, just thought I'd post a workaround for now. You can enable permanent function keys on MacOS for IntelliJ through System Preferences.

Go to System Preferences > Keyboard > Function Keys > click + > IntelliJ IDEA

Now your TouchBar will behave in a way actually useful for us engineers. Happy shortcut debugging!

3

Use BetterTouchTool to add any buttons you want to the Touch Bar. Pretty easy once you get the idea behind the tool. And a great way to get way more out of your Magic Trackpad or Mouse.

Here are some instructions to setup BTTm, including samples for PyCharm. If you want to find your own icons that match the IDE, use the Finder to "Show Package Contents" for your JetBrains app, e.g. /Applications/CLion.app, and then go to Contents/lib inside the application. You should see a file called icons.jar - unarchive that and you should all the icons used somewhere or other in the IDE. Here's my current setup, though I will enhance it as I use the IDEs more in-depth. Enjoy.

6

The standard solution (System Preferences > Keyboard > Function Keys > click + > IntelliJ IDEA) doesn't seem to work for me. I'm using Toolbox, and the applications are installed in "/Users/<username>/Library/Application Support/JetBrains/Toolbox/apps/..." but even if I navigate to there and select the app(s) I am using the Mac doesn't show the function keys!

The fact that it hasn't been fixed in a year is a terrible indictment on Jetbrains' ability to support the Mac platform.

 

6

@S Mcphee1, I had a similar issue as yours on my new Macbook pro touchbar, and the solution is the extra step once you're on the Keyboard page:

 

Go to System Preferences > Keyboard > Shortcuts > Function Keys > click + > IntelliJ IDEA

2

@S Mcpheel. If you right click on the icon in the dock and say show in finder you will find the actual executable you need to add in the shortcut prefs.

In my case the path was this...  "/Users/jeff/Library/Application Support/JetBrains/Toolbox/apps/Rider/ch-0/173.3994.1125/Rider 2017.3"

 

Hope this helps.

 

Jeff

1

I have found that because I was using the Jetbrains Toolbox, the application was installed in a different location as indicated by Jeff. 

The apps themselves though should still have native Touch Bar functionality built into them.

0

Hi guys,

We know this is "work in progress" but any update on how it will look like or when it will be available?

MacBook Pro came out more than year ago.

4

I made a simple Touch Bar plugin that you might be interested in

https://plugins.jetbrains.com/plugin/10476-touchbar-support

It's pretty basic, but maybe you'll find it useful.

 

2
Avatar
Sebastian Łagód

@Erbot James - I absolutely love your plugin.

Can you make it configurable through simple text or json file so we can add our own buttons?

1

@Erbot James is it supposed to work with WebStorm, or only IntelliJ? Seems active and restarted WebStorm, but no change.

0

hi, i'm make a plugin, for support touch bar, sorry for my english.

https://github.com/kingsollyu/IntelliJ-Plugin-TouchBarSupport 

0

I am also making a plugin lol. 
https://github.com/olivernybroe/intellij-touch

You can find it in intellij's plugins also https://plugins.jetbrains.com/plugin/10608-intellij-touch

 

My plugin has customisation support

0

I've figured out how to add intellij to the listed apps that use the function keys with the touchbar model mac (when intellij is installed via toolbox)

 

ok so,

>> launch Activity Monitor

>> find the process that is IntelliJ IDEA

>> run "Sample Process"

one of the diagnostic data it gives you is the path of the memory queried by the running process

>> look at "Path:"

for me it was "Path: /Users/<$USERNAME>/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/<$RELEASE_VERSION>/IntelliJ IDEA.app/Contents/MacOS/idea"

 

in order to view hidden files while in the finder window that the setting app opens for you (the only way to find the file that is the actual app - because /Users/<$USERNAME>/Library is a hidden folder) i had to press 

COMMAND + SHIFT + ">" (i guess it's also the "." key)

I don't know if that works for everyone,

but it also happens to be my custom made shortcut to open a Terminal window so maybe that has something to with it.

 

0

Please sign in to leave a comment.