Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Feature request) Line and Col ticker in the status bar #4810

Closed
kjczarne opened this issue Feb 13, 2021 · 3 comments
Closed

(Feature request) Line and Col ticker in the status bar #4810

kjczarne opened this issue Feb 13, 2021 · 3 comments

Comments

@kjczarne
Copy link

Hi, first of all thanks for making this amazing tool!

I was wondering why the Line/Column ticker (Editor Selection) that normally appears in VSCode status bar isn't appearing in the Notebooks. I used this extensively in Jupyter Lab before I switched to VSCode Jupyter and it's super-useful to have when working with F# code. Could that be added to display line and column where the cursor is currently at within a given cell or is it not currently possible?

@joyceerhl
Copy link
Contributor

joyceerhl commented Feb 14, 2021

Thanks for the feedback @kjczarne. Line numbers aren't yet supported in VS Code notebooks, and this is being tracked as microsoft/vscode#106054. Out of curiosity would you expect the line number displayed to be relative to the current cell or the entire notebook?

@kjczarne
Copy link
Author

Great to hear that this is under consideration! From my point of view the most useful would be displaying this sort of information on a per-cell basis. When F# kernel fails to run some statement it prints an error message that points to the line and column that caused a problem and in Jupyter Lab it's then fairly easy to navigate to said statement. But of course perspectives on the issue might differ. :)

@greazer
Copy link
Member

greazer commented Aug 7, 2021

Thanks for your feedback. This issue is addressed with new native support for editing notebooks starting with v1.59 of VS Code.

@greazer greazer closed this as completed Aug 7, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants