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: Extension for Visual Studio Code #44

Open
TamojitSaha opened this issue Nov 28, 2023 · 1 comment
Open

Feature request: Extension for Visual Studio Code #44

TamojitSaha opened this issue Nov 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@TamojitSaha
Copy link

This is a feature request for Visual Studio Code.
I am open to contribute or collaborate in the extension development.

@Viladoman Viladoman added the enhancement New feature or request label Dec 16, 2023
@Viladoman
Copy link
Owner

That would be great. Sadly I am not familiar with the extensibility sdk for VS Code and I have too much on my plate at the moment to start its learning process at this moment.

That being said, I can see its value.

At a first glance I think the steps needed would be:

  • Make the C++ clang based parser build and work on all major platforms: OS X, Windows, Linux...
  • Write the layout viewer in javascript. ( this could be either a native JS canvas render or launching a C++ app with Imgui or something we can reuse the already done C# window... )
  • Code the VS Code extension glue to make the calls to the parser and push the results to the viewer.

I would need more expertise in VS Code to better understand the best course of action. If you are more familiar with it and want to propose an approach I would be glad to chat about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants