iqsharp icon indicating copy to clipboard operation
iqsharp copied to clipboard

%history and %version do not appear in %lsmagic, code completion, or API documentation

Open cgranade opened this issue 4 years ago • 1 comments

Describe the bug The %history and %version magic commands provided by the Microsoft.Jupyter.Core library (as opposed to IQ# itself) do not appear in IQ#-specific outputs such as %lsmagic, code completion, or API documentation.

Expected behavior Magic commands built-in to Microsoft.Jupyter.Core appear in the same way as those specific to IQ#.

cgranade avatar Jul 21 '21 01:07 cgranade

Note that this also affects the similar magic commands functionality in #483, leading to somewhat unhelpful suggestions when trying to run %version or %history:

image

cgranade avatar Jul 21 '21 01:07 cgranade