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

Semantic highlighting for Quarto .qmd file? #487

Open
ntluong95 opened this issue Jul 9, 2024 · 6 comments
Open

Semantic highlighting for Quarto .qmd file? #487

ntluong95 opened this issue Jul 9, 2024 · 6 comments
Labels
vscode the extension for vscode/vscodium

Comments

@ntluong95
Copy link

Currently, there is no support for .qmd file from Quarto extension in Vscode.
Since this file is more and more popular, having support for it will benefit the Python community, as well as R community starting learn Python. For example, pandas and pd does not recognize as module in the attached image below:

image

@DetachHead DetachHead added the vscode the extension for vscode/vscodium label Jul 9, 2024
@DetachHead
Copy link
Owner

related: #173

@ntluong95
Copy link
Author

How likely do you think this feature will be included @DetachHead

@DetachHead
Copy link
Owner

i'm not familiar with either quarto or jupyter so i can't make any promises but i'd probably prioritize jupyter support first since it's already supported in pylance and is currently the most upvoted issue on this project. i would however accept a PR if somebody else wanted to work on this.

my guess is that implementing jupyter support will make it easier to add support for quarto in the future though. my work so far on jupyter support is in #442 (barely anything atm), i just haven't had the time to work on it, and my lack of experience with this stuff doesn't help.

would be nice if someone else more experienced with notebooks/quarto could take over. so far i've just been prioritizing issues based on a balance between what i think i can reasonably accomplish, what users want, and what i personally want.

@ntluong95
Copy link
Author

I think both .ipynb and .qmd file are equally important. More and more people including me are using quarto to write python code. For your information, quarto is a special type of markdown file

@ntluong95
Copy link
Author

Any plan to implement this?

@KotlinIsland
Copy link
Collaborator

Any plan to implement this?

we try to prioritize issues that are most requested by the community (thumb up count) or that we deem to be important for most people, so if this issue gets more feedback and requests from the community we will invest more time into it

additionally, we are unfamiliar with Quarto, so we wouldn't know where to start, some expert opinions from, perhaps a Quarto dev would help here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode the extension for vscode/vscodium
Projects
None yet
Development

No branches or pull requests

3 participants