Closed resting closed 1 year ago
Hey @resting :wave:,
Thank you for opening an issue/feature request. We will get back to you as soon as we can.
Please consider support us by buying a license here or donating from OpenCollective https://opencollective.com/intellij-rainbow-brackets.
And we have a special plan for paid users, if you are a paid user, your issue or feature request will have a higher priority.
If you are creating a issue, please make sure you already read the latest change log here.
Hi, mac needs to use Meta+ Button3
, in which Meta
is the command
and Button3
means "Secondary Click (click or tap with two fingers)" on Mac os.
I tested on my env, it works well.
JetBrains Rider 2022.3
Build #RD-223.7571.232, built on December 6, 2022
Runtime version: 17.0.5+1-b653.14 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.6.2
.NET 7.0.0 (Server GC)
GC: G1 Young Generation, G1 Old Generation
Memory: 1500M
Cores: 16
Metal Rendering is ON
Registry:
ide.plugins.snapshot.on.unload.fail=true
ide.experimental.ui=true
indexing.enable.entity.provider.based.indexing=false
rdclient.asyncActions=false
platform.projectModel.workspace.model.file.index=false
vcs.empty.toolwindow.show=false
database.show.search.tab=false
ide.workspace.model.rbs.as.tree=false
ide.new.project.model.index.case.sensitivity=true
Non-Bundled Plugins:
com.jetbrains.rider.android (223.7571.232)
izhangzhihao.rainbow.brackets (2022.3.5)
Got it thanks, just to confirm cmd + secondary click
works fine :)
Your programming languages
TSX
Expected Behavior
Scope highlighting should work for both
alt + secondary click
andctrl + secondary click
style.Current Behavior
Only
alt + secondary click
is working currently.Code snippet for reproduce (for bugs)
App.tsx
Your Environment