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 to save code snippets online #40710

Closed
fitdhruv opened this issue Dec 22, 2017 · 5 comments
Closed

Feature to save code snippets online #40710

fitdhruv opened this issue Dec 22, 2017 · 5 comments
Assignees
Labels
info-needed Issue requires more information from poster snippets

Comments

@fitdhruv
Copy link

It would be really useful to have a feature to save code snippets online using a login which would eliminate the need to use other similar apps

@vscodebot vscodebot bot added the snippets label Dec 22, 2017
@jrieken jrieken added the info-needed Issue requires more information from poster label Jan 3, 2018
@jrieken
Copy link
Member

jrieken commented Jan 3, 2018

login which would eliminate the need to use other similar apps

Not sure what that means? Can you provide a more detailed use-case please

@fitdhruv
Copy link
Author

fitdhruv commented Jan 3, 2018

Sorry, missed punctuating that line. I meant to say that the vs code should have a feature to save code snippets and save them to the cloud using a login.

@jrieken
Copy link
Member

jrieken commented Jan 3, 2018

hm, you can kind of do that with extensions that contribute snippets. They are in the cloud but not restricted to some users. We do have a request to allow snippet-files to be in the .vscode-folder which might cover your needs.

Otherwise, I'd recommend to write an extension for that. It's quite easy to have a completion provider that returns snippets.

@fitdhruv
Copy link
Author

fitdhruv commented Jan 3, 2018

Apologies again for not explaining the use of the word 'snippets'. By it, I mean my code gists that I want to save for future reference.

@jrieken
Copy link
Member

jrieken commented Jan 3, 2018

Haha, that's very different. Yeah, we actually will have support for this. It's a larger story, summarised here: #29194. Other items in the area can be found using the 'remote'-tag: https://github.com/Microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Aremote. Closing this as a dupe of those.

@jrieken jrieken closed this as completed Jan 3, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster snippets
Projects
None yet
Development

No branches or pull requests

2 participants