René's URL Explorer Experiment


Title: Bring along imports when copy and pasting code across files · Issue #50187 · microsoft/TypeScript · GitHub

Open Graph Title: Bring along imports when copy and pasting code across files · Issue #50187 · microsoft/TypeScript

X Title: Bring along imports when copy and pasting code across files · Issue #50187 · microsoft/TypeScript

Description: Feature request From microsoft/vscode#66236 When copy and pasting code between two TS/JS files, we should support adding the required imports on paste. For example, with the following code: import fs from 'fs'; import http from 'http'; h...

Open Graph Description: Feature request From microsoft/vscode#66236 When copy and pasting code between two TS/JS files, we should support adding the required imports on paste. For example, with the following code: import ...

X Description: Feature request From microsoft/vscode#66236 When copy and pasting code between two TS/JS files, we should support adding the required imports on paste. For example, with the following code: import ...

Opengraph URL: https://github.com/microsoft/TypeScript/issues/50187

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Bring along imports when copy and pasting code across files","articleBody":"# Feature request\r\n\r\nFrom https://github.com/microsoft/vscode/issues/66236\r\n\r\nWhen copy and pasting code between two TS/JS files, we should support adding the required imports on paste. For example, with the following code:\r\n\r\n```ts\r\nimport fs from 'fs';\r\nimport http from 'http';\r\n\r\nhttp.createServer((req, res) =\u003e {\r\n    const data = fs.readFileSync('bla');\r\n    res.write(data);\r\n    res.end()\r\n})\r\n```\r\n\r\nIf I copy ` fs.readFileSync('bla')` and paste it into a new file, an import for `fs` should also be added to the top of that file:\r\n\r\n# TS Server Protocol changes\r\n\r\nVS Code is actively working on an API that lets extensions hook into copy and paste: https://github.com/microsoft/vscode/issues/30066\r\n\r\nUsing this api, here's what I imagine the flow between VS Code and TS server would look like:\r\n\r\n\r\n1. User copies code\r\n\r\n2. VS Code tells TS Server about the copied range\r\n\r\n3. TS Server goes and writes whatever state it needs to re-create the imports. This state needs to be JSON serializable (so that TS Server can send it to VS Code). Just as an example,  this could be something like (note! just for demonstration purposes, not intended to be what this actually looks like):\r\n\r\n    ```json\r\n    {\r\n        \"referencedSymbols\": [\r\n             {\"name\": \"default\", \"from\": \"node:fs\"},\r\n             {\"name\": \"mySymbol\", \"from\": \"/full/path/to/file\"}\r\n        ]\r\n    }\r\n    ```\r\n\r\n4. TS Server returns this state to the VS Code extension which attaches it to the copied text (this can happen asynchronously)\r\n\r\n5. The user now pastes the code in another file\r\n\r\n6. VS Code sends TS Server a request with the following:\r\n\r\n    - The paste location\r\n    - The saved off state from step 3 / 4 (note that we may actually have to await this data if the server was slow to return here\r\n   \r\n\r\n7. TS Server returns a text edit that adds the imports to the file\r\n\r\n\r\n\r\n","author":{"url":"https://github.com/mjbvz","@type":"Person","name":"mjbvz"},"datePublished":"2022-08-04T17:49:50.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/50187/TypeScript/issues/50187"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1671e54e-0049-b46b-249d-8f293ca7cea7
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD01E:370ED5:37C0E4B:4E75246:6A5F914C
html-safe-noncecbec2e539215fa3226dfb052a888b359e40debb60b65114df3a913bbe30756cb
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMDFFOjM3MEVENTozN0MwRTRCOjRFNzUyNDY6NkE1RjkxNEMiLCJ2aXNpdG9yX2lkIjoiNzUyMzQwNTAwNzcxNzExMDA5MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac9294814d20102efbecb79630ed5d1a2e1a57940cb436c13319df4b4844800acf
hovercard-subject-tagissue:1328993810
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/TypeScript/50187/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d3f7014358877221672899a97f638164b1f07705564466c6195b5e8ac3fdb940/microsoft/TypeScript/issues/50187
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d3f7014358877221672899a97f638164b1f07705564466c6195b5e8ac3fdb940/microsoft/TypeScript/issues/50187
og:image:altFeature request From microsoft/vscode#66236 When copy and pasting code between two TS/JS files, we should support adding the required imports on paste. For example, with the following code: import ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemjbvz
hostnamegithub.com
expected-hostnamegithub.com
None419b66b5f218029570caa18c30987e7dbabe4f5a6767918b33a504d02739c9c7
turbo-cache-controlno-preview
go-importgithub.com/microsoft/TypeScript git https://github.com/microsoft/TypeScript.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id20929025
octolytics-dimension-repository_nwomicrosoft/TypeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20929025
octolytics-dimension-repository_network_root_nwomicrosoft/TypeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasede5b18aa36dbc0b61e03aeb111e84e90fde499b8
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoft/TypeScript/issues/50187#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F50187
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F50187
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=microsoft%2FTypeScript
Reloadhttps://github.com/microsoft/TypeScript/issues/50187
Reloadhttps://github.com/microsoft/TypeScript/issues/50187
Reloadhttps://github.com/microsoft/TypeScript/issues/50187
Please reload this pagehttps://github.com/microsoft/TypeScript/issues/50187
microsoft https://github.com/microsoft
TypeScripthttps://github.com/microsoft/TypeScript
Notifications https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Fork 13.6k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Star 110k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Code https://github.com/microsoft/TypeScript
Issues 5k+ https://github.com/microsoft/TypeScript/issues
Pull requests 29 https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality 0 https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
Code https://github.com/microsoft/TypeScript
Issues https://github.com/microsoft/TypeScript/issues
Pull requests https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
#57262https://github.com/microsoft/TypeScript/pull/57262
Bring along imports when copy and pasting code across fileshttps://github.com/microsoft/TypeScript/issues/50187#top
#57262https://github.com/microsoft/TypeScript/pull/57262
https://github.com/navya9singh
CommittedThe team has roadmapped this issuehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Committed%22
Fix AvailableA PR has been opened for this issuehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Fix%20Available%22
SuggestionAn idea for TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Suggestion%22
TypeScript 5.5.0https://github.com/microsoft/TypeScript/milestone/179
https://github.com/mjbvz
mjbvzhttps://github.com/mjbvz
on Aug 4, 2022https://github.com/microsoft/TypeScript/issues/50187#issue-1328993810
microsoft/vscode#66236https://github.com/microsoft/vscode/issues/66236
microsoft/vscode#30066https://github.com/microsoft/vscode/issues/30066
navya9singhhttps://github.com/navya9singh
CommittedThe team has roadmapped this issuehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Committed%22
Fix AvailableA PR has been opened for this issuehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Fix%20Available%22
SuggestionAn idea for TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Suggestion%22
TypeScript 5.5.0https://github.com/microsoft/TypeScript/milestone/179
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.