pyobsplot icon indicating copy to clipboard operation
pyobsplot copied to clipboard

Use type declarations to improve IDE support

Open juba opened this issue 2 years ago • 1 comments

See if it would be possible to use the typescript type declarations introduced in Plot 0.6.5 to improve autocompletion and IDE support.

juba avatar Apr 27 '23 11:04 juba

Plot methods code in js_modules.py is now generated by get_plot_method.js, improving autocompletion and attributes detection notably by pylance.

juba avatar Aug 28 '24 16:08 juba