Michał Krassowski

Results 1117 comments of Michał Krassowski

Thanks for the idea. This could be possible in JupyterLab Dekstop, but I don't see a simple general way to implement that for JupyterLab running in a browser (other than...

It looks like opening files in external program is possible with https://github.com/martinRenou/jupyterlab-fileopen.

I added this to the 4.0 release plan. If someone wants to work on this, I would propose to add this: - in the status popover, and/or - as a...

Hi @cccs-jc I added this to 4.0 release plan. I will work on this one.

The features refactor brought as closer to step 3. Useful notes are in the comment https://github.com/krassowski/jupyterlab-lsp/issues/316#issuecomment-673527034.

The plan in top level comment is slightly outdated, but I will work to make it happen; the next steps after #738 are: - step 3: split features into standalone...

Working on this now, will PR soon (though not for all servers and in notebooks only - feel free too pick up and add tests in `01_Editor.robot` afterwards!)

Kind of depends on https://github.com/robotframework/SeleniumLibrary/issues/1639. Though I think we could have a setting to show the hover tooltip after `n` seconds anyways. `n > 5`

Actually I just realised that I implemented hover in the way that it is sufficient to press the modifier after hover to bring the tooltip up, which is intended so...

Extracted the idea of adding delay-based activation to #362.