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

docs.gl documentation as extension for vscode? #67

Open
stopyransky opened this issue Oct 12, 2018 · 2 comments
Open

docs.gl documentation as extension for vscode? #67

stopyransky opened this issue Oct 12, 2018 · 2 comments

Comments

@stopyransky
Copy link

hey, great initiative with docs.gl. I have downloaded bundle for offline use. It appears to be a set of files, one per each gl function. I see that it's in fact html code inside...

Is there's an easy way to include docs.gl into VSCode for verbose feedback of OpenGL functions?
I am looking for particular implementation: when working with WebGL canvas API context in js and ts files and I think it would be really helpful. I guess it would require some kind of lookup of the function name in the folder with docs and then outputting it in vscode intellisense/hint window. Has someone tried that? It would be great use case for docs.gl.

@BSVino
Copy link
Owner

BSVino commented Oct 14, 2018

I don't really know anything about VSCode. I don't use Visual Studio all that often.

I admit I didn't design the offline bundle feature well, you really need to run a mini webserver to make use of it, which is not great.

@aromatic-dev
Copy link

aromatic-dev commented Oct 14, 2018

@stopyransky for the purposes of intellisense within an editor it would be more efficient to store the documentation in some sort of database file (I'm thinking of SQLite) or some other kind of data structure that is more suitable for lookups. However, a VSCode extension for this is a great idea.

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

No branches or pull requests

3 participants