cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar
0 Kudos

Type hints

Type hints in Python were a beautiful addition when they got added.  With JSL also not being a typed language, I'm wondering if we could get something similar.  
This function is sort of served by new custom function, and Naturaldocs usage if there are diligent programmers. But nothing quite as nice as an inline hint.  

 

I'm sure this is no small task, but figured I'd bring  it up since I haven't seen it anywhere else.