cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Wish List

We want to hear your ideas for improving JMP software.

  1. Search: Please search for an existing idea first before submitting a new idea.
  2. Submit: Post your new idea using the Suggest an Idea button. Please submit one actionable idea per post rather than a single post with multiple ideas.
  3. Kudo & Comment Kudo ideas you like, and comment to add to an idea.
  4. Subscribe: Follow the status of ideas you like. Refer to status definitions to understand where an idea is in its lifecycle. (You are automatically subscribed to ideas you've submitted or commented on.)

We consider several factors when looking for what ideas to add to JMP. This includes what will have the greatest benefit to our customers based on scope, needs and current resources. Product ideas help us decide what features to work on next. Additionally, we often look to ideas for inspiration on how to add value to developments already in our pipeline or enhancements to new or existing features.

Choose Language Hide Translation Bar

Keyboard Shortcut to Comment Code in Script Editor

When I am developing a script, it is sometimes necessarry to comment out a block of code and re-write it for performance or quality reasons.

I do this frequently and it is time consuming to comment the code manually, or to go through the context menu>Advanced>Comment Block/Uncomment Block.

 

Please allow for user to set a keyboard shortcut for this.

I would recommend ctrl+k+c (Comment block) and ctrl+k+u (Uncomment block) as these are the defaults in Visual Studio.

 

14 Comments
msharp
Super User (Alumni)

I would much rather have a keyboard shortcut for commenting line or block of lines (Ctrl+/) is the standard in almost all text editors.  Still going to Kudo though.

uday_guntupalli
Level VIII

I would add to this the keyboard shortcuts for the ability to collapse and expand code blocks 

JPoindexter
Level II

Definitely would use a shortcut to Comment Block code, it would be super handy. Surprised it isn't a feature already.

Jeff_Perkinson
Community Manager
Status changed to: Yes, Stay Tuned!

Unfortunately this didn't make it in to JMP 15 but will be in a future release.

Craige_Hales
Super User

Maybe add keyboard shortcut for reformat block at the same time. They are in the same context menu.

@Craige_Hales, a reformat shortcut is already available via Ctrl + M on Windows and Cmd + M on Mac. The full keyboard shortcut list can be found in the Quick Reference Card

ih
Super User (Alumni)
Super User (Alumni)

Hopefully this makes it into JMP 16!

Hi @ih,

This is already available in the JMP 16 EA, if you are an EA customer. If not, it should still be there when JMP 16 is released.

On Windows, the shortcuts are Ctrl+/ to comment, and Ctrl+Shift+/ to uncomment. And on Mac, it is Cmd+/ and Cmd+Alt+/.

Thanks,

Justin

ih
Super User (Alumni)
Super User (Alumni)

Thanks @Justin_Chilton!  Not sure what I did wrong because I thought I tried that right before posting last week without success, but it works now!

Craige_Hales
Super User

Yes, thanks @Justin_Chilton , using both now!