{"id":590279,"date":"2026-02-10T01:37:01","date_gmt":"2026-02-10T09:37:01","guid":{"rendered":"https:\/\/clickup.com\/blog\/?p=590279"},"modified":"2026-02-10T01:43:39","modified_gmt":"2026-02-10T09:43:39","slug":"how-to-use-github-copilot-with-vs-code-2026-guide","status":"publish","type":"post","link":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/","title":{"rendered":"How to Use GitHub Copilot with VS Code (2026 Guide)"},"content":{"rendered":"\n<p>According to GitHub&#8217;s productivity research, developers using GitHub Copilot completed coding tasks <a href=\"https:\/\/arxiv.org\/abs\/2302.06590\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">~56% faster<\/a> in controlled experiments.<\/p>\n\n\n\n<p>But most of that speed gain evaporates when you factor in the time spent debugging AI-generated errors or hunting through scattered tools to understand what you&#8217;re even supposed to build. <\/p>\n\n\n\n<p>This guide walks you through how to use GitHub Copilot with VS Code, from installation and inline suggestions to chat features and customization options. We hope that it helps you code faster without sacrificing quality. \ud83e\uddd1\ud83c\udffb\u200d\ud83d\udcbb<\/p>\n\n\n<div class=\"wp-block-ub-table-of-contents-block ub_table-of-contents\" id=\"ub_table-of-contents-abde9c22-72fa-4d01-9954-b777efc9cbb7\" data-linktodivider=\"false\" data-showtext=\"show\" data-hidetext=\"hide\" data-scrolltype=\"auto\" data-enablesmoothscroll=\"false\" data-initiallyhideonmobile=\"false\" data-initiallyshow=\"true\"><div class=\"ub_table-of-contents-header-container\" style=\"\">\n\t\t\t<div class=\"ub_table-of-contents-header\" style=\"text-align: left; \">\n\t\t\t\t<div class=\"ub_table-of-contents-title\"><\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t<\/div><div class=\"ub_table-of-contents-extra-container\" style=\"\">\n\t\t\t<div class=\"ub_table-of-contents-container ub_table-of-contents-1-column \">\n\t\t\t\t<ul style=\"\"><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#0-what-is-github-copilot-in-vs-code\" style=\"\">What Is GitHub Copilot in VS Code?<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#2-prerequisites-for-github-copilot-in-vs-code\" style=\"\">Prerequisites for GitHub Copilot in VS Code<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#3-how-to-set-up-github-copilot-in-vs-code\" style=\"\">How to Set Up GitHub Copilot in VS Code<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#7-how-to-use-inline-code-suggestions\" style=\"\">How to Use Inline Code Suggestions<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#11-how-to-use-github-copilot-chat-in-vs-code\" style=\"\">How to Use GitHub Copilot Chat in VS Code<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#15-how-to-use-copilot-agents-for-autonomous-coding\" style=\"\">How to Use Copilot Agents for Autonomous Coding<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#17-how-to-customize-github-copilot-for-your-workflow\" style=\"\">How to Customize GitHub Copilot for Your Workflow<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#18-limitations-of-using-github-copilot-for-coding\" style=\"\">Limitations of Using GitHub Copilot for Coding<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#19-streamline-your-development-workflow-with-clickup\" style=\"\">Streamline Your Development Workflow with ClickUp<\/a><\/li><li style=\"\"><a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#29-the-whole-story-from-idea-to-release-one-workspace\" style=\"\">The Whole Story: From Idea to Release, One Workspace<\/a><\/li><\/ul>\n\t\t\t<\/div>\n\t\t<\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-what-is-github-copilot-in-vs-code\">What Is GitHub Copilot in VS Code?<\/h2>\n\n\n<div style=\"background-color: #d9edf7; color: #31708f; border-left-color: #31708f; \" class=\"ub-styled-box ub-notification-box wp-block-ub-styled-box\" id=\"ub-styled-box-af890ab6-cc60-406a-b234-327bec696740\">\n<p id=\"ub-styled-box-notification-content-\">GitHub Copilot is an <strong>AI-powered coding assistant<\/strong>, often called an\u00a0<a href=\"https:\/\/clickup.com\/blog\/ai-pair-programming\/\">AI pair programmer<\/a>, that runs directly inside your Visual Studio Code editor. It was developed by GitHub and OpenAI to address the constant friction and context-switching that developers face in their everyday work. <\/p>\n\n\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"1-why-do-you-need-github-copilot-in-vs-code\">Why do you need GitHub Copilot in VS Code?<\/h3>\n\n\n\n<p>Picture this: You&#8217;re three hours into debugging a tricky async function when you realize you need to look up the exact syntax for Promise.allSettled(). By the time you&#8217;ve found the MDN docs, scanned three Stack Overflow threads, and returned to your editor, you&#8217;ve completely lost your train of thought.<\/p>\n\n\n\n<p>Instead of you manually looking up and typing every line, <strong>Copilot analyzes the context of your code<\/strong>\u2014including your comments and function names\u2014and suggests entire lines or blocks of code in real time.<\/p>\n\n\n\n<p>This is&nbsp;a more advanced use case for <a href=\"https:\/\/clickup.com\/blog\/how-to-use-ai-in-software-development\/\">AI in software development<\/a>&nbsp;than simple autocomplete, which just predicts the next few characters. Copilot uses a machine learning model to understand your intent, helping you write code faster and maintain consistency across your team. It keeps you in your editor, focused on building, not on tedious repetition.<\/p>\n\n\n<div style=\"border: 3px solid #9b51e0; border-radius: 0%; background-color: inherit; \" class=\"ub-styled-box ub-bordered-box wp-block-ub-styled-box\" id=\"ub-styled-box-cc4d2943-fc15-4388-b2a0-7206fcfcca2b\">\n<p id=\"ub-styled-box-bordered-content-\"><strong>\ud83d\udceeClickUp Insight: <\/strong><a href=\"https:\/\/clickup.com\/blog\/ai-usage-survey\/\" target=\"_blank\" rel=\"noreferrer noopener\">33% of our respondents<\/a> point to skill development as one of the AI use cases they\u2019re most interested in. For example, non-technical workers may want to learn to build code snippets for a web page using an AI tool.<br>In such cases, the more context the AI has about your work, the better its responses will be. As the everything app for work,<a href=\"https:\/\/clickup.com\/ai\" target=\"_blank\" rel=\"noreferrer noopener\"> ClickUp\u2019s AI<\/a> excels at this. It knows what project you are working on and can recommend specific steps or even perform tasks like creating code snippets easily.<\/p>\n\n\n\n<div class=\"wp-block-cu-buttons\"><a href=\"https:\/\/app.clickup.com\/signup\" class=\"cu-button cu-button--purple cu-button--improved\">Try ClickUp for free<\/a><\/div>\n\n\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"2-prerequisites-for-github-copilot-in-vs-code\">Prerequisites for GitHub Copilot in VS Code<\/h2>\n\n\n\n<p>Want your Copilot setup to be smooth and take only a few minutes? You&#8217;ll need:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>A GitHub account:<\/strong>&nbsp;This is essential for authentication, as Copilot is a GitHub product<\/li>\n\n\n\n<li><strong>An active Copilot subscription:<\/strong>&nbsp;You&#8217;ll need a subscription to a paid plan (Individual, Business, or Enterprise) or be on an active free trial<\/li>\n\n\n\n<li><strong>VS Code installed:<\/strong>&nbsp;For the best experience and full compatibility, we recommend using the latest stable version of VS Code<\/li>\n\n\n\n<li><strong>A stable internet connection:<\/strong>&nbsp;Copilot sends code context to its cloud-based models to generate suggestions, so it needs to be online to work<\/li>\n<\/ul>\n\n\n<div style=\"border: 3px solid #000000; border-radius: 0%; background-color: inherit; \" class=\"ub-styled-box ub-bordered-box wp-block-ub-styled-box\" id=\"ub-styled-box-c4ff2e6e-e675-4ac2-9fbb-d34626f27eef\">\n<p id=\"ub-styled-box-bordered-content-\">\ud83e\udd1d <strong>Friendly Reminder:<\/strong> Copilot isn&#8217;t yet available in all regions. Additionally, some corporate or enterprise networks may have firewalls that block connections to Copilot&#8217;s APIs. So, you may need your IT department to make configuration changes to use Copilot.<\/p>\n\n\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-how-to-set-up-github-copilot-in-vs-code\">How to Set Up GitHub Copilot in VS Code<\/h2>\n\n\n\n<p>Good news: setting up <strong>GitHub Copilot<\/strong> in <strong>Visual Studio Code<\/strong> is one of those rare \u201cAI things\u201d that actually <em>is<\/em> as easy as people claim.<\/p>\n\n\n\n<p>If you already use VS Code and have a GitHub account, you\u2019re about five minutes away from having an AI pair programmer quietly working beside you.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-1-install-the-github-copilot-extension\">1. Install the GitHub Copilot extension<\/h3>\n\n\n\n<p>First, you need to add the Copilot extension to your VS Code installation. This is done through the built-in Extensions Marketplace.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open Visual Studio Code. In the Activity Bar on the left, click the Extensions icon, or use the keyboard shortcut (Ctrl+Shift+X on Windows\/Linux, Cmd+Shift+X on Mac)<\/li>\n\n\n\n<li>In the search bar at the top of the Extensions view, type &#8220;GitHub Copilot&#8221;<\/li>\n\n\n\n<li>Find the official extension published by GitHub and click the blue Install button<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1090\" height=\"416\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-447.png\" alt=\"How to use GitHub Copilot with VS Code\" class=\"wp-image-590334\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-447.png 1090w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-447-300x114.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-447-768x293.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-447-700x267.png 700w\" sizes=\"auto, (max-width: 1090px) 100vw, 1090px\" \/><figcaption class=\"wp-element-caption\">via <a href=\"https:\/\/www.geeksforgeeks.org\/installation-guide\/how-to-install-github-copilot-on-vscode\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">GeeksforGeeks<\/a><\/figcaption><\/figure><\/div>\n\n<div style=\"border: 3px solid #000000; border-radius: 0%; background-color: inherit; \" class=\"ub-styled-box ub-bordered-box wp-block-ub-styled-box\" id=\"ub-styled-box-2cfe565d-a085-426e-816a-96262fa9a2fe\">\n<p id=\"ub-styled-box-bordered-content-\">\ud83d\udc40 <strong>Did You Know?<\/strong> The GitHub Copilot extension now includes both code suggestions and chat functionality in a single package. When you install it, you&#8217;ll automatically get access to all Copilot features, including the conversational chat interface (provided you&#8217;ve got an active subscription!)<\/p>\n\n\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"5-2-sign-in-to-your-github-account\">2. Sign in to your GitHub account<\/h3>\n\n\n\n<p>After the installation finishes, Copilot needs to connect to your GitHub account to verify your subscription. This process uses a standard OAuth flow to securely authorize the extension.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A notification will pop up in the bottom-right corner of VS Code asking you to sign in<\/li>\n\n\n\n<li>Click the &#8220;Sign in to GitHub&#8221; button. This will open a new tab in your web browser<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1229\" height=\"742\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-449.png\" alt=\"how to use github copilot in vs code\" class=\"wp-image-590338\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-449.png 1229w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-449-300x181.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-449-768x464.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-449-700x423.png 700w\" sizes=\"auto, (max-width: 1229px) 100vw, 1229px\" \/><figcaption class=\"wp-element-caption\">via <a href=\"https:\/\/code.visualstudio.com\/assets\/docs\/copilot\/setup\/vscode-copilot-setup.mp4\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Visual Studio Code<\/a><\/figcaption><\/figure><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>In the browser, authorize the GitHub Copilot extension to access your account information<\/li>\n\n\n\n<li>Once authorized, you&#8217;ll be prompted to return to VS Code, where the authentication will complete automatically<\/li>\n<\/ul>\n\n\n<div style=\"background-color: #d9edf7; color: #31708f; border-left-color: #31708f; \" class=\"ub-styled-box ub-notification-box wp-block-ub-styled-box\" id=\"ub-styled-box-88b8bc6f-9fb1-438a-8dc4-535c880edbf1\">\n<p id=\"ub-styled-box-notification-content-\">\ud83d\udca1 <strong>Pro Tip:<\/strong> If you miss the pop-up or it doesn&#8217;t appear, trigger the sign-in process manually. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P), type &#8220;GitHub Copilot: Sign In,&#8221; and press Enter.<\/p>\n\n\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"6-3-verify-copilot-is-active\">3. Verify Copilot is active<\/h3>\n\n\n\n<p>Once you&#8217;ve signed in, you should confirm that Copilot is running correctly. You can check its status by:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Looking for the Copilot icon in the status bar at the bottom right of the editor window<\/li>\n\n\n\n<li>Ensuring the icon doesn&#8217;t have a slash through it or any warning symbols<\/li>\n\n\n\n<li>Hovering your mouse over the icon to see the status tooltip, which should read &#8220;GitHub Copilot: Ready&#8221;<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"398\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-450-1400x398.png\" alt=\"How to use GitHub Copilot in Visual Studio Code\" class=\"wp-image-590343\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-450-1400x398.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-450-300x85.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-450-768x218.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-450-700x199.png 700w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-450.png 1458w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption class=\"wp-element-caption\">via <a href=\"https:\/\/code.visualstudio.com\/docs\/copilot\/overview\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Visual Studio Code<\/a><\/figcaption><\/figure><\/div>\n\n\n<p>The final test is to open a code file and start typing. If you see light gray &#8220;ghost text&#8221; appearing ahead of your cursor, Copilot is active and generating suggestions. If you see a warning on the icon, double-check your subscription status and internet connection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"7-how-to-use-inline-code-suggestions\">How to Use Inline Code Suggestions<\/h2>\n\n\n\n<p>A lot of coding comes down to repetitive typing. Think boilerplate, common patterns, and small syntax you already know but still have to write out. This repetitive work isn&#8217;t only slow and boring but also error-prone, distracting you from the core logic of the feature you&#8217;re building.<\/p>\n\n\n\n<p>Copilot&#8217;s&nbsp;<a href=\"https:\/\/clickup.com\/blog\/vibe-coding-tools\/\">inline suggestions<\/a> address this problem directly. As you type, Copilot analyzes the context of your current file, your other open tabs, and even your comments to predict what you intend to write. These predictions appear as <strong>light gray \u201cghost text\u201d<\/strong> right ahead of your cursor. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"302\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-455.png\" alt=\"GitHub Copilot inline suggestions\" class=\"wp-image-590370\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-455.png 1000w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-455-300x91.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-455-768x232.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-455-700x211.png 700w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><figcaption class=\"wp-element-caption\">via <a href=\"https:\/\/code.visualstudio.com\/docs\/copilot\/ai-powered-suggestions\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Visual Studio Code<\/a><\/figcaption><\/figure><\/div>\n\n\n<p>Suggestions can be as simple as completing the rest of a variable name or as complex as generating an entire multi-line function. Whatever they are, they\u2019re designed to keep you in flow and reduce grunt work.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"8-accept-a-suggestion\">Accept a suggestion<\/h3>\n\n\n\n<p>When Copilot shows a suggestion you like:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Press the Tab key to accept the entire suggested code block<\/li>\n\n\n\n<li>The accepted code is inserted directly at your cursor&#8217;s position, becoming part of your file<\/li>\n\n\n\n<li>If you only want to accept the suggestion one word at a time, use the keyboard shortcut Ctrl+Right Arrow (Cmd+Right Arrow on Mac). Please note that these key combinations may depend on your OS<\/li>\n<\/ol>\n\n\n<div style=\"border: 3px solid #000000; border-radius: 0%; background-color: inherit; \" class=\"ub-styled-box ub-bordered-box wp-block-ub-styled-box\" id=\"ub-styled-box-ab549762-95fe-49e5-ad31-23595b568a86\">\n<p id=\"ub-styled-box-bordered-content-\">\ud83e\udd1d <strong>Friendly Reminder:<\/strong> Even after accepting, always give the suggestion a quick review for correctness and style before you commit or push. AI code is handy, but it still needs human oversight.<\/p>\n\n\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"9-cycle-through-alternative-suggestions\">Cycle through alternative suggestions<\/h3>\n\n\n\n<p>If the first suggestion isn&#8217;t quite what you&#8217;re looking for, Copilot usually has other ideas ready.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>When a suggestion is visible, press Alt+] (Option+] on Mac) to cycle to the next alternative<\/li>\n\n\n\n<li>To go back to a previous suggestion you liked better, press Alt+[ (Option+[ on Mac)<\/li>\n<\/ol>\n\n\n\n<p>Cycling through the options helps you find the best fit for your specific needs, whether you&#8217;re looking for a different implementation or just a different coding style. Just note that not every completion will have alternatives. Simpler completions may only yield one option.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"10-reject-or-modify-suggestions\">Reject or modify suggestions<\/h3>\n\n\n\n<p>Copilot is a collaborator, not a dictator. If a suggestion is incorrect or not what you had in mind, you can discard it and continue on your own.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>To dismiss a suggestion completely, simply press the Escape key<\/li>\n\n\n\n<li>Alternatively, just keep typing. Your new input will override the suggestion, and Copilot will try to generate a new one based on what you&#8217;ve written<\/li>\n\n\n\n<li>After you accept a suggestion, the code is yours to edit. It&#8217;s not locked in, and you can modify it just like any other code you&#8217;ve written manually<\/li>\n<\/ol>\n\n\n<div style=\"border: 3px solid #8ed1fc; border-radius: 0%; background-color: inherit; \" class=\"ub-styled-box ub-bordered-box wp-block-ub-styled-box\" id=\"ub-styled-box-18bf28f8-19a0-4b31-b145-36b4e903d27b\">\n<p id=\"ub-styled-box-bordered-content-\">\ud83e\udde0<strong> Fun Fact: <\/strong><a href=\"https:\/\/github.blog\/news-insights\/research\/research-quantifying-github-copilots-impact-in-the-enterprise-with-accenture\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">85% of developers feel more confident<\/a>\u00a0in their code quality when using GitHub Copilot.<\/p>\n\n\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"11-how-to-use-github-copilot-chat-in-vs-code\">How to Use GitHub Copilot Chat in VS Code<\/h2>\n\n\n\n<p>When you&#8217;re deep in a coding session and hit a roadblock\u2014like a cryptic error, a complex piece of legacy code, or the need to&nbsp;<a href=\"https:\/\/clickup.com\/blog\/how-to-write-test-cases\/\">write unit tests<\/a>\u2014your first instinct is to leave your editor, open a tab, and start searching online. That context switch is small, but it adds up fast.<\/p>\n\n\n\n<p>GitHub Copilot Chat keeps you out of the rabbit hole by bringing a&nbsp;conversational AI&nbsp;directly into your IDE. It allows you to have a natural, back-and-forth dialogue about your code without ever leaving VS Code. You can ask it to explain code, help you debug, suggest refactors, and more, keeping your focus right where it needs to be.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"12-open-the-chat-view\">Open the Chat view<\/h3>\n\n\n\n<p>There are a few ways to open Copilot Chat, depending on how you like to work:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open Copilot Chat from the Activity Bar on the far left of the VS Code window<\/li>\n\n\n\n<li>Alternatively, open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P) and search for &#8220;GitHub Copilot: Open Chat&#8221;<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"286\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-453.png\" alt=\"how to use github copilot in vs code\" class=\"wp-image-590363\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-453.png 1200w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-453-300x72.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-453-768x183.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-453-700x167.png 700w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><figcaption class=\"wp-element-caption\">via <a href=\"https:\/\/code.visualstudio.com\/docs\/copilot\/chat\/getting-started-chat\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">VS Code<\/a><\/figcaption><\/figure><\/div>\n\n\n<p>This opens the Chat panel in the sidebar, where Copilot keeps track of your current conversation so you can refer back to earlier answers as you go.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"13-ask-questions-about-your-code\">Ask questions about your code<\/h3>\n\n\n\n<p>Copilot Chat works best when you treat it like a teammate who can see what you\u2019re working on.<\/p>\n\n\n\n<p>You can ask things like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&#8220;Explain what this selected function does&#8221;<\/li>\n\n\n\n<li>&#8220;Why might this code be throwing a null reference error?&#8221;<\/li>\n\n\n\n<li>&#8220;How can I refactor this loop to be more efficient?&#8221;<\/li>\n\n\n\n<li>&#8220;Generate three unit tests for this method using the Jest framework&#8221;<\/li>\n<\/ul>\n\n\n<div style=\"background-color: #d9edf7; color: #31708f; border-left-color: #31708f; \" class=\"ub-styled-box ub-notification-box wp-block-ub-styled-box\" id=\"ub-styled-box-7239d463-1dd1-4634-aaf3-7801a2009caf\">\n<p id=\"ub-styled-box-notification-content-\">\ud83d\udca1 <strong>Pro Tip:<\/strong> You can highlight a block of code before asking your question to provide the AI with direct context.<\/p>\n\n\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"14-use-inline-chat-for-quick-edits\">Use inline chat for quick edits<\/h3>\n\n\n\n<p>For making targeted changes to a specific block of code, the inline chat feature is often faster than using the full sidebar panel. Here&#8217;s how it works:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select a block of code directly in your editor<\/li>\n\n\n\n<li>Press Ctrl+I (Cmd+I on Mac) to open a small inline chat window right above your selection<\/li>\n\n\n\n<li>Type your request, such as &#8220;Add JSDoc comments&#8221; or &#8220;Convert this to an async\/await function&#8221;<\/li>\n\n\n\n<li>Copilot will show you a diff preview of the proposed changes. You can then choose to accept or discard them<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"590\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-459-1400x590.png\" alt=\"Inline code edits + review: GitHub Copilot\" class=\"wp-image-590448\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-459-1400x590.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-459-300x126.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-459-768x324.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-459-1536x648.png 1536w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-459-700x295.png 700w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-459.png 1670w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption class=\"wp-element-caption\">via <a href=\"https:\/\/code.visualstudio.com\/docs\/copilot\/chat\/review-code-edits\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">VS Code<\/a><\/figcaption><\/figure><\/div>\n\n\n<p>This method is perfect for quick refactoring and code transformations without breaking your visual flow.<\/p>\n\n\n<div style=\"border: 3px solid #8ed1fc; border-radius: 0%; background-color: inherit; \" class=\"ub-styled-box ub-bordered-box wp-block-ub-styled-box\" id=\"ub-styled-box-2d4d04f8-5487-481b-8655-69b835a5a23a\">\n<p id=\"ub-styled-box-bordered-content-\">\ud83e\udde0<strong> Fun Fact: <\/strong><a href=\"https:\/\/github.blog\/news-insights\/octoverse\/octoverse-a-new-developer-joins-github-every-second-as-ai-leads-typescript-to-1\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Nearly 80% of new GitHub developers<\/a>\u00a0start using Copilot within their first week. <\/p>\n\n\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"15-how-to-use-copilot-agents-for-autonomous-coding\">How to Use Copilot Agents for Autonomous Coding<\/h2>\n\n\n\n<p>Inline suggestions and chat are great for working inside a single file. But bigger tasks\u2014like implementing a feature or cleaning up a cross-cutting bug\u2014usually involve <strong>multiple files and coordinated changes<\/strong>.<\/p>\n\n\n\n<p>That\u2019s where <a href=\"https:\/\/clickup.com\/blog\/hub\/ai\/solutions\/github-copilot\/\">Copilot\u2019s newer agent-style features<\/a> come in.<\/p>\n\n\n\n<p>Instead of just answering questions, these tools help Copilot understand a higher-level goal and propose changes across a wider scope. They don\u2019t replace your judgment, but they can dramatically cut down the setup and search work.<\/p>\n\n\n\n<p>\ud83c\udfa5 Curious how AI agents are transforming coding workflow and enabling more autonomous development? Watch this overview of the <a href=\"https:\/\/clickup.com\/blog\/ai-agents-for-coding\/\">top AI agents for coding<\/a> and their practical applications.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Stop Writing and Rewriting Code Manually: Try These Top 5 AI Coding Agents (Reviewed) \ud83e\udd16\ud83e\uddbe\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/6xEiiuW1Fu4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>Here&#8217;s how you can access these emerging agentic features:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The @workspace agent:<\/strong>&nbsp;In the Copilot Chat view, you can type&nbsp;<code>@workspace<\/code>&nbsp;followed by a question like &#8220;Where is the authentication logic defined?&#8221; to get answers based on your entire codebase, not just your open files<\/li>\n\n\n\n<li><strong>Copilot Edits:<\/strong>&nbsp;Describe a change in natural language, and Copilot will identify the relevant files and propose a set of coordinated edits for you to review<\/li>\n\n\n\n<li><strong>GitHub Copilot coding agent:<\/strong> Assign issues directly to Copilot on GitHub, and it will create a branch, implement changes, and open a pull request for your review\u2014all running in the background while you focus on other work<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"596\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-457.png\" alt=\"GitHub Copilot Agent\" class=\"wp-image-590444\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-457.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-457-300x128.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-457-768x327.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-457-700x298.png 700w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption class=\"wp-element-caption\">via <a href=\"https:\/\/code.visualstudio.com\/docs\/copilot\/copilot-smart-actions\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">VS Code<\/a><\/figcaption><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"16-what-to-keep-in-mind\">What to keep in mind<\/h3>\n\n\n\n<p>Copilot\u2019s agentic features are powerful\u2014but they\u2019re still <strong>assistive<\/strong>, not autonomous in the \u201cset it and forget it\u201d sense.<\/p>\n\n\n\n<p>They work best when you:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Give clear, scoped instructions<\/li>\n\n\n\n<li>Review changes carefully<\/li>\n\n\n\n<li>Treat them as accelerators, not decision-makers<\/li>\n<\/ul>\n\n\n\n<p>These features are evolving quickly, and some may require a Copilot Pro or Enterprise subscription to access.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"17-how-to-customize-github-copilot-for-your-workflow\">How to Customize GitHub Copilot for Your Workflow<\/h2>\n\n\n\n<p>If Copilot feels too noisy, too eager, or just out of sync with your project\u2019s style, that\u2019s usually a settings issue\u2014not a reason to give up on it. <strong>Visual Studio Code<\/strong> gives you several built-in ways to tune how <strong>GitHub Copilot<\/strong> behaves, so it supports your workflow instead of fighting it.<\/p>\n\n\n\n<p>With a few small adjustments, Copilot can fade into the background when you don\u2019t need it\u2014and show up exactly when you do.<\/p>\n\n\n\n<p>You can adjust the following options in your VS Code settings:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Enable or disable for specific languages:<\/strong>&nbsp;If you don&#8217;t want suggestions in Markdown or JSON files, you can turn Copilot off for those languages while keeping it active for others<\/li>\n\n\n\n<li><strong>Adjust suggestion behavior:<\/strong>&nbsp;You can configure Copilot to show suggestions automatically as you type or only when you manually trigger them with a&nbsp;keyboard shortcut&nbsp;(Alt+\\ or Option+)<\/li>\n\n\n\n<li><strong>Configure keyboard shortcuts:<\/strong>&nbsp;If Copilot\u2019s default shortcuts don\u2019t fit your muscle memory, you\u2019re not stuck with them. All Copilot commands\u2014accepting suggestions, cycling alternatives, opening chat\u2014can be remapped through VS Code\u2019s keyboard shortcut settings<\/li>\n\n\n\n<li><strong>Content exclusions:<\/strong>&nbsp;For enterprise users, administrators can prevent Copilot from using the content of certain files or repositories as context, which is useful for compliance<\/li>\n\n\n\n<li><strong>Create a Copilot instructions file:<\/strong>&nbsp;You can add a&nbsp;<code>.github\/copilot-instructions.md<\/code>&nbsp;file to your repository to give Copilot specific guidance on your project&#8217;s coding standards or preferred libraries<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"18-limitations-of-using-github-copilot-for-coding\">Limitations of Using GitHub Copilot for Coding<\/h2>\n\n\n\n<p>Relying too heavily on any AI tool without understanding its weaknesses can be risky. You don&#8217;t want to be shipping code that&#8217;s buggy, insecure, or doesn&#8217;t comply with licensing requirements. And let&#8217;s not even talk about creating&nbsp;<a href=\"https:\/\/clickup.com\/resources\/software-teams\/technical-debt\">technical debt<\/a>&nbsp;and potential legal issues for your org.<\/p>\n\n\n\n<p>Always sanity-check Copilot&#8217;s output for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Logic and edge cases<\/li>\n\n\n\n<li>Performance implications<\/li>\n\n\n\n<li>Security concerns<\/li>\n<\/ul>\n\n\n\n<p>Be aware of Copilot&#8217;s limitations and treat it as a talented but fallible collaborator:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Limitation<\/th><th>Impact on your workflow<\/th><\/tr><\/thead><tbody><tr><td><strong>Accuracy isn&#8217;t guaranteed<\/strong><\/td><td>Copilot can generate code that looks plausible but is functionally incorrect or contains subtle bugs. Always test its output<\/td><\/tr><tr><td><strong>No <a href=\"https:\/\/clickup.com\/blog\/ai-with-access-to-real-time-data\/\">real-time access to the interent<\/a><\/strong><\/td><td>Copilot doesn\u2019t have real-time access to the internet or live documentation. Its underlying models have a knowledge cutoff, so it may not be aware of the latest APIs or security updates unless that context exists in your codebase<\/td><\/tr><tr><td><strong>Context window limits<\/strong><\/td><td>In very large or complex projects, it may not be able to &#8220;see&#8221; all the relevant code, leading to less accurate suggestions<\/td><\/tr><tr><td><strong>Licensing considerations<\/strong><\/td><td>Generated code can sometimes resemble patterns or snippets from&nbsp;public repositories, which may have licensing obligations you need to respect<\/td><\/tr><tr><td><strong>Privacy and data handling<\/strong><\/td><td>Copilot sends relevant code context to GitHub\u2019s servers for processing, which may be a concern for sensitive or regulated projects depending on your plan and settings<\/td><\/tr><tr><td><strong>Varying language coverage<\/strong><\/td><td>It performs best with popular languages like Python and JavaScript. Support for niche languages may be less robust<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"19-streamline-your-development-workflow-with-clickup\">Streamline Your Development Workflow with ClickUp<\/h2>\n\n\n\n<p>Writing better code faster with GitHub Copilot is a win. But as any developer knows, coding is only one piece of the puzzle. Once you\u2019ve written or fixed that function, you still need to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Track the work<\/strong> (update tickets and sprint boards)<\/li>\n\n\n\n<li><strong>Communicate the change<\/strong> (Slack, Teams, email)<\/li>\n\n\n\n<li><strong>Document what you did<\/strong> (specs, API docs, release notes)<\/li>\n<\/ul>\n\n\n\n<p><a href=\"https:\/\/clickup.com\/blog\/tool-sprawl\/\">Switching between all these tools<\/a>\u2014Jira for tickets, Slack for chat, Confluence for docs\u2014is more than annoying. It <em>pulls you out of flow<\/em>, consumes mental energy, and slows down delivery.<\/p>\n\n\n\n<p><a href=\"https:\/\/clickup.com\">ClickUp<\/a> addresses this exact problem by giving teams a single, <a href=\"https:\/\/clickup.com\/blog\/converged-ai-workspace\/\">Converged AI Workspace<\/a> where <a href=\"https:\/\/clickup.com\/blog\/software-development-workflow\/\">development work<\/a> and context live together, so your workflow stays smooth from task creation to delivery.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"1000\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-convergence.jpeg\" alt=\"\" class=\"wp-image-561511\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-convergence.jpeg 800w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-convergence-240x300.jpeg 240w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-convergence-768x960.jpeg 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-convergence-700x875.jpeg 700w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><figcaption class=\"wp-element-caption\">Replace 20+ tools with one powerful workspace inside ClickUp<\/figcaption><\/figure><\/div>\n\n\n<div class=\"wp-block-cu-buttons\"><a href=\"https:\/\/app.clickup.com\/signup\" class=\"cu-button cu-button--purple cu-button--improved\">Try ClickUp for free<\/a><\/div>\n\n\n\n<p>Let&#8217;s see how:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"20-link-code-snippets-and-tasks-together\">Link code snippets and tasks together<\/h3>\n\n\n\n<p>In real development, a task often spans multiple systems: a GitHub PR here, a Jira ticket there, docs somewhere else.<\/p>\n\n\n\n<p>In ClickUp, organize every piece of work as an actionable item with its own status, assignee, and priority.<\/p>\n\n\n\n<p>With <a href=\"https:\/\/clickup.com\/features\/tasks\">ClickUp Tasks<\/a> and the <a href=\"https:\/\/clickup.com\/integrations\/github\">ClickUp-GitHub integration<\/a>, you can link pull requests, commits, and branches directly to the relevant task in ClickUp. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"881\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-461-1400x881.png\" alt=\"create new issues, branches, and pull requests directly from tasks using the cLickUp-GitHub Integration\" class=\"wp-image-590454\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-461-1400x881.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-461-300x189.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-461-768x483.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-461-1536x966.png 1536w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-461-700x440.png 700w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-461.png 1542w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption class=\"wp-element-caption\">create new issues, branches, and pull requests directly from tasks using the ClickUp-GitHub Integration<\/figcaption><\/figure><\/div>\n\n\n<p>This connection helps you:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>See at a glance what code changes are related to which task<\/li>\n\n\n\n<li>Trace history from planning to merged code<\/li>\n\n\n\n<li>Avoid context loss between environments<\/li>\n<\/ul>\n\n\n\n<p>Your task becomes a <a href=\"https:\/\/clickup.com\/blog\/single-source-of-truth\/\">single source of truth<\/a> for the feature or bug you\u2019re working on.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"21-plan-and-track-work-without-manual-status-updates\">Plan and track work without manual status updates<\/h3>\n\n\n\n<p>Manage your entire&nbsp;<a href=\"https:\/\/clickup.com\/blog\/agile-workflow\/\">agile workflow<\/a>&nbsp;in one place with&nbsp;<a href=\"https:\/\/clickup.com\/features\/sprints\">ClickUp Sprints<\/a>. Add tasks from your backlog, monitor your team&#8217;s velocity with&nbsp;<a href=\"https:\/\/clickup.com\/features\/dashboards\">ClickUp Dashboards<\/a>&nbsp;showing burndown and burnup charts, and easily move unfinished work to the next sprint.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"972\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/05\/AI-cards-in-ClickUp-1400x972.png\" alt=\"\" class=\"wp-image-472774\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/05\/AI-cards-in-ClickUp-1400x972.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/05\/AI-cards-in-ClickUp-300x208.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/05\/AI-cards-in-ClickUp-768x533.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/05\/AI-cards-in-ClickUp-1536x1067.png 1536w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/05\/AI-cards-in-ClickUp-700x486.png 700w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/05\/AI-cards-in-ClickUp.png 1650w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption class=\"wp-element-caption\">Use AI Cards in ClickUp Dashboards to summarize sprint performance<\/figcaption><\/figure><\/div>\n\n\n<p>This means <strong>no more manually updating tickets in another system after every commit<\/strong>. Your view in ClickUp reflects real progress automatically.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"22-keep-specs-docs-and-code-side-by-side\">Keep specs, docs, and code side by side<\/h3>\n\n\n\n<p>Create and store all your&nbsp;<a href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-for-code-documentation\/\">project and code documentation<\/a>\u2014from architectural decisions to API guides\u2014right alongside the tasks they relate to with&nbsp;<a href=\"https:\/\/clickup.com\/features\/docs\">ClickUp Docs<\/a>. <\/p>\n\n\n\n<p>ClickUp Docs also support code <strong>block formatting <\/strong>and nested pages, which are perfect for keeping technical documentation structured and readable. With Docs&#8217; <strong>version history and live collaboration, <\/strong>your team always has the information they need to build the right thing.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"664\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-Docs-4-1400x664.png\" alt=\"\" class=\"wp-image-567828\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-Docs-4-1400x664.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-Docs-4-300x142.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-Docs-4-768x364.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-Docs-4-1536x729.png 1536w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-Docs-4-700x332.png 700w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/ClickUp-Docs-4.png 1600w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption class=\"wp-element-caption\">Build your org knowledge base inside ClickUp Docs to connect information to action<\/figcaption><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"23-use-natural-language-and-ai-to-do-more-faster\">Use natural language and AI to do more, faster<\/h3>\n\n\n\n<p>Most AI tools for developers focus on <strong>writing code<\/strong>. That\u2019s useful, but it\u2019s only part of the job.<\/p>\n\n\n\n<p>Where work really slows down is everywhere <em>around<\/em> the code: understanding requirements, translating context into implementation, keeping docs updated, and answering the same questions across issues, PRs, and tickets.<\/p>\n\n\n\n<p><strong>ClickUp\u2019s AI <\/strong>is designed to work <strong>inside that messy middle<\/strong>, where context usually gets lost.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"24-generate-code-in-context-not-in-isolation\">Generate code <em>in context<\/em>, not in isolation<\/h4>\n\n\n\n<p>ClickUp\u2019s AI code generation isn\u2019t a generic \u201cpaste a prompt, get code\u201d experience. It\u2019s designed to work <strong>inside tasks, docs, and comments<\/strong>, so the code you generate reflects what the work is actually about.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"1135\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/ClickUp-Brain-explaining-code-1400x1135.png\" alt=\"\" class=\"wp-image-587935\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/ClickUp-Brain-explaining-code-1400x1135.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/ClickUp-Brain-explaining-code-300x243.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/ClickUp-Brain-explaining-code-768x623.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/ClickUp-Brain-explaining-code-700x568.png 700w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/ClickUp-Brain-explaining-code.png 1438w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption class=\"wp-element-caption\">Generate, debug, and explain code in plain English with ClickUp Brain&#8217;s Contextual AI<\/figcaption><\/figure><\/div>\n\n\n<div class=\"wp-block-cu-buttons\"><a href=\"https:\/\/app.clickup.com\/signup?product=ai&amp;ai=true\" class=\"cu-button cu-button--purple cu-button--improved\">Start coding with ClickUp Brain<\/a><\/div>\n\n\n\n<p>\ud83d\udccc <strong>Example use cases:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Generate a boilerplate API handler directly inside a task that already contains acceptance criteria<\/li>\n\n\n\n<li>Create a regex, utility function, or validation snippet while reviewing a bug report<\/li>\n\n\n\n<li>Draft test cases or mock data based on task descriptions instead of starting from scratch<\/li>\n<\/ul>\n\n\n\n<p>Because the prompt lives next to the task context, you\u2019re not re-explaining requirements every time you need a snippet.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"25-turn-unclear-requirements-into-developer-ready-starting-points\">Turn unclear requirements into developer-ready starting points<\/h4>\n\n\n\n<p>With <a href=\"https:\/\/clickup.com\/brain\">ClickUp Brain<\/a>, you can use AI to <em>translate<\/em> product or stakeholder language into something actionable before you ever open your editor.<\/p>\n\n\n\n<p>\ud83d\udccc <strong>Example use cases:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Summarize a long task description into a clean implementation checklist<\/li>\n\n\n\n<li>Convert vague feedback into concrete acceptance criteria<\/li>\n\n\n\n<li>Rephrase a feature request into technical requirements or edge cases<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"1181\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-462-1400x1181.png\" alt=\"Rephrase a feature request into technical requirements or edge cases using ClickUp Brain\" class=\"wp-image-590464\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-462-1400x1181.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-462-300x253.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-462-768x648.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-462-1536x1295.png 1536w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-462-700x590.png 700w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-462.png 1539w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption class=\"wp-element-caption\">Rephrase a feature request into technical requirements or edge cases using ClickUp Brain<\/figcaption><\/figure><\/div>\n\n\n<p>Instead of guessing what the task <em>really<\/em> means, you start with a clearer plan, which makes Copilot more effective once you do start coding.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"26-answer-questions-without-a-full-ide-search\">Answer questions without a full IDE search<\/h4>\n\n\n\n<p>With ClickUp Brain, you can also ask natural-language questions across your workspace, like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u201cWhere is authentication handled for this feature?\u201d<\/li>\n\n\n\n<li>\u201cWhat tasks are related to this endpoint?\u201d<\/li>\n\n\n\n<li>\u201cHas this bug been addressed before?\u201d<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"785\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-465-1400x785.png\" alt=\"ClickUp Brain: Answering task-specific questions in natural language; software development\" class=\"wp-image-590470\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-465-1400x785.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-465-300x168.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-465-768x431.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-465-1536x862.png 1536w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-465-700x393.png 700w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-465.png 1920w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption class=\"wp-element-caption\">Search through your tasks, docs, and chats in ClickUp and ask natural language questions with ClickUp Brain<\/figcaption><\/figure><\/div>\n\n\n<div class=\"wp-block-cu-buttons\"><a href=\"https:\/\/app.clickup.com\/signup?product=ai&amp;ai=true\" class=\"cu-button cu-button--purple cu-button--improved\">Search your workspace with ClickUp Brain<\/a><\/div>\n\n\n\n<p>Instead of hunting through tickets, Slack threads, and old docs, you get contextual answers pulled from tasks, comments, and documentation.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"27-use-codegen-for-scoped-reviewable-work\">Use Codegen for scoped, reviewable work<\/h4>\n\n\n\n<p><a href=\"https:\/\/clickup.com\/brain\/agents\/codegen\">ClickUp\u2019s Codegen Agent<\/a> is built for situations where you want help with <em>execution<\/em>, not just suggestions\u2014but still want to stay in control.<\/p>\n\n\n\n<p>You can assign the Codegen Agent to a task or invoke it from comments to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Generate a first-pass implementation based on task context<\/li>\n\n\n\n<li>Fix a clearly scoped bug described in the task<\/li>\n\n\n\n<li>Create a PR-ready change that you review before merging<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"972\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/Codegen-agent-clickup-1400x972.png\" alt=\"\" class=\"wp-image-565510\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/Codegen-agent-clickup-1400x972.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/Codegen-agent-clickup-300x208.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/Codegen-agent-clickup-768x533.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/Codegen-agent-clickup-1536x1066.png 1536w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/Codegen-agent-clickup-700x486.png 700w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/Codegen-agent-clickup.png 1920w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption class=\"wp-element-caption\">Automate the handoff from AI suggestions to real pull requests across your team\u2019s workflow with ClickUp Codegen<\/figcaption><\/figure><\/div>\n\n\n<p>The key difference from IDE-only AI? The agent understands the <strong>task, comments, linked docs, and acceptance criteria<\/strong>, not just a single file.<\/p>\n\n\n\n<p>That makes it better suited for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Small features with clear boundaries<\/li>\n\n\n\n<li>Refactors tied to specific tickets<\/li>\n\n\n\n<li>Cleanup or consistency work across related files<\/li>\n<\/ul>\n\n\n\n<p>\u26a0\ufe0f Nothing is auto-merged. The output is reviewable, editable, and treated like any other contribution.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"28-automate-routine-work-that-used-to-slow-you-down\">Automate routine work that used to slow you down<\/h3>\n\n\n\n<p>Updating task states, looping in QA, or notifying stakeholders after a PR merges are all necessary, but they don\u2019t require human judgment every single time.<\/p>\n\n\n\n<p>Build if-then rules that automatically take care of these updates with&nbsp;<a href=\"https:\/\/clickup.com\/features\/automations\">ClickUp Automations<\/a>. You can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Automatically move a task to <em>In Review<\/em> when a pull request is merged<\/li>\n\n\n\n<li>Assign a QA engineer when work is deployed to staging<\/li>\n\n\n\n<li>Notify stakeholders when a feature is ready for testing or approval<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"955\" src=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-681.png\" alt=\"ClickUp Automations settings showing rules for updating task statuses and assignees automatically\" class=\"wp-image-590483\" title=\"ClickUp Automations Dashboard Image\" srcset=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-681.png 1600w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-681-300x179.png 300w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-681-1400x836.png 1400w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-681-768x458.png 768w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-681-1536x917.png 1536w, https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/image-681-700x418.png 700w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><\/figure>\n\n\n\n<p>On top of that, <a href=\"https:\/\/clickup.com\/brain\/agents\">AI Super Agents<\/a> can step in when context <em>does<\/em> matter. Instead of just changing a status, they can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Generate a clear status update based on recent task activity<\/li>\n\n\n\n<li>Summarize what changed for reviewers or non-technical stakeholders<\/li>\n\n\n\n<li>Flag missing information before work moves to the next stage<\/li>\n<\/ul>\n\n\n\n<p>Watch how Super Agents automate workflows end-to-end for you:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"What Are ClickUp Super Agents? A New Era of AI at Work | ClickUp\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/g7WjicjbHlM?start=1&#038;feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"29-the-whole-story-from-idea-to-release-one-workspace\">The Whole Story: From Idea to Release, One Workspace<\/h2>\n\n\n\n<p>GitHub Copilot in VS Code helps you with the <em>thinking and writing<\/em> of code. ClickUp helps you with the <em>entire lifecycle<\/em> of that work: from capturing requirements, to tracking progress, generating snippets or feature prototypes, linking code, storing docs, and automating status changes. <\/p>\n\n\n\n<p><strong>That\u2019s how you turn faster code into faster shipping.<\/strong><\/p>\n\n\n\n<p>If you want a single place where the why, what, and how of your <a href=\"https:\/\/clickup.com\/blog\/software-development-lifecycle\/\">software development life cycle<\/a> live together, <a href=\"https:\/\/app.clickup.com\/signup\">try ClickUp for free today<\/a>!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"30-frequently-asked-questions-faqs\">Frequently Asked Questions (FAQs)<\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1770704404260\"><strong class=\"schema-faq-question\">What is the difference between Microsoft Copilot and GitHub Copilot?<\/strong> <p class=\"schema-faq-answer\">Microsoft Copilot is a general-purpose AI assistant for productivity in Microsoft 365 apps like Word and Excel, while GitHub Copilot is a specialized tool built specifically for software developers inside their code editor.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1770704406192\"><strong class=\"schema-faq-question\">Can GitHub Copilot work with any programming language in VS Code?<\/strong> <p class=\"schema-faq-answer\">Copilot supports most programming languages, but its performance is best with popular languages like Python, JavaScript, TypeScript, Go, and Ruby due to the vast amount of public code available in its training data.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1770704406943\"><strong class=\"schema-faq-question\">Is GitHub Copilot worth it for development teams?<\/strong> <p class=\"schema-faq-answer\">For many teams, yes. It can accelerate onboarding for new developers, reduce the time spent on writing repetitive boilerplate code, and help enforce consistent coding patterns across a project.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1770704407811\"><strong class=\"schema-faq-question\"><br\/>Why is GitHub Copilot not working in VS Code?<\/strong> <p class=\"schema-faq-answer\">The most common reasons are an expired subscription or trial, an authentication issue that can be fixed by signing out and back in, a network firewall blocking API requests, or having an outdated version of the extension.<br\/><\/p> <\/div> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>According to GitHub&#8217;s productivity research, developers using GitHub Copilot completed coding tasks ~56% faster in controlled experiments. But most of that speed gain evaporates when you factor in the time spent debugging AI-generated errors or hunting through scattered tools to understand what you&#8217;re even supposed to build. This guide walks you through how to use [&hellip;]<\/p>\n","protected":false},"author":126,"featured_media":590480,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","cu_sticky_sidebar_cta_is_visible":true,"cu_sticky_sidebar_cta_title":"Start using ClickUp today","cu_sticky_sidebar_cta_bullet_1":"Manage all your work in one place","cu_sticky_sidebar_cta_bullet_2":"Collaborate with your team","cu_sticky_sidebar_cta_bullet_3":"Use ClickUp for FREE\u2014forever","cu_sticky_sidebar_cta_button_text":"Get Started","cu_sticky_sidebar_cta_button_link":"","_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[980,223],"tags":[],"class_list":["post-590279","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-automation","category-software"],"featured_image_src":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/How-to-use-GitHub-Copilot-with-VS-Code-featured-image.png","author_info":{"display_name":"Pavitra M","author_link":"https:\/\/clickup.com\/blog\/author\/pavitra\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Use GitHub Copilot with VS Code (2026 Guide) | The ClickUp Blog<\/title>\n<meta name=\"description\" content=\"Learn how to use GitHub Copilot with VS Code to speed up coding\u2014and keep momentum with ClickUp\u2019s AI, tasks, docs, and automations.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use GitHub Copilot with VS Code (2026 Guide) | The ClickUp Blog\" \/>\n<meta property=\"og:description\" content=\"Learn how to use GitHub Copilot with VS Code to speed up coding\u2014and keep momentum with ClickUp\u2019s AI, tasks, docs, and automations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"The ClickUp Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/clickupprojectmanagement\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-10T09:37:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-10T09:43:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/How-to-use-GitHub-Copilot-with-VS-Code-featured-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1400\" \/>\n\t<meta property=\"og:image:height\" content=\"972\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Pavitra M\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@clickup\" \/>\n<meta name=\"twitter:site\" content=\"@clickup\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pavitra M\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"20 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/\"},\"author\":{\"name\":\"Pavitra M\",\"@id\":\"https:\/\/clickup.com\/blog\/#\/schema\/person\/1c7dc9ccf38b9ec0702f1a96df767221\"},\"headline\":\"How to Use GitHub Copilot with VS Code (2026 Guide)\",\"datePublished\":\"2026-02-10T09:37:01+00:00\",\"dateModified\":\"2026-02-10T09:43:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/\"},\"wordCount\":4074,\"publisher\":{\"@id\":\"https:\/\/clickup.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/How-to-use-GitHub-Copilot-with-VS-Code-featured-image.png\",\"articleSection\":[\"AI &amp; Automation\",\"Software\"],\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/\",\"url\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/\",\"name\":\"How to Use GitHub Copilot with VS Code (2026 Guide) | The ClickUp Blog\",\"isPartOf\":{\"@id\":\"https:\/\/clickup.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/How-to-use-GitHub-Copilot-with-VS-Code-featured-image.png\",\"datePublished\":\"2026-02-10T09:37:01+00:00\",\"dateModified\":\"2026-02-10T09:43:39+00:00\",\"description\":\"Learn how to use GitHub Copilot with VS Code to speed up coding\u2014and keep momentum with ClickUp\u2019s AI, tasks, docs, and automations.\",\"breadcrumb\":{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704404260\"},{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406192\"},{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406943\"},{\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704407811\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#primaryimage\",\"url\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/How-to-use-GitHub-Copilot-with-VS-Code-featured-image.png\",\"contentUrl\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/How-to-use-GitHub-Copilot-with-VS-Code-featured-image.png\",\"width\":1400,\"height\":972,\"caption\":\"How to use GitHub Copilot with VS Code featured image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/clickup.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI &amp; Automation\",\"item\":\"https:\/\/clickup.com\/blog\/automation\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Use GitHub Copilot with VS Code (2026 Guide)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/clickup.com\/blog\/#website\",\"url\":\"https:\/\/clickup.com\/blog\/\",\"name\":\"The ClickUp Blog\",\"description\":\"The ClickUp Blog\",\"publisher\":{\"@id\":\"https:\/\/clickup.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/clickup.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/clickup.com\/blog\/#organization\",\"name\":\"ClickUp\",\"url\":\"https:\/\/clickup.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/clickup.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/logo-v3-clickup-light.jpg\",\"contentUrl\":\"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/logo-v3-clickup-light.jpg\",\"width\":503,\"height\":125,\"caption\":\"ClickUp\"},\"image\":{\"@id\":\"https:\/\/clickup.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/clickupprojectmanagement\",\"https:\/\/x.com\/clickup\",\"https:\/\/www.linkedin.com\/company\/clickup-app\",\"https:\/\/en.wikipedia.org\/wiki\/ClickUp\",\"https:\/\/tiktok.com\/@clickup\",\"https:\/\/instagram.com\/clickup\",\"https:\/\/www.youtube.com\/@ClickUpProductivity\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/clickup.com\/blog\/#\/schema\/person\/1c7dc9ccf38b9ec0702f1a96df767221\",\"name\":\"Pavitra M\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/clickup.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2839ea54bc901753b0d7ad017374fcbb95f82807041dfd2fae32be2c919aaeca?s=96&d=retro&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2839ea54bc901753b0d7ad017374fcbb95f82807041dfd2fae32be2c919aaeca?s=96&d=retro&r=g\",\"caption\":\"Pavitra M\"},\"description\":\"Pavitra is a Content Operations Specialist at ClickUp. She is constantly tinkering with AI and is closely tracking the evolving landscape of AI technology and its impact on productivity. When she isn\u2019t working, you'll likely find her enjoying a long drive or discovering new cuisines.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/pavitra-manikandan-766b22a3\/\"],\"url\":\"https:\/\/clickup.com\/blog\/author\/pavitra\/\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704404260\",\"position\":1,\"url\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704404260\",\"name\":\"What is the difference between Microsoft Copilot and GitHub Copilot?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Microsoft Copilot is a general-purpose AI assistant for productivity in Microsoft 365 apps like Word and Excel, while GitHub Copilot is a specialized tool built specifically for software developers inside their code editor.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406192\",\"position\":2,\"url\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406192\",\"name\":\"Can GitHub Copilot work with any programming language in VS Code?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Copilot supports most programming languages, but its performance is best with popular languages like Python, JavaScript, TypeScript, Go, and Ruby due to the vast amount of public code available in its training data.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406943\",\"position\":3,\"url\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406943\",\"name\":\"Is GitHub Copilot worth it for development teams?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"For many teams, yes. It can accelerate onboarding for new developers, reduce the time spent on writing repetitive boilerplate code, and help enforce consistent coding patterns across a project.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704407811\",\"position\":4,\"url\":\"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704407811\",\"name\":\"Why is GitHub Copilot not working in VS Code?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The most common reasons are an expired subscription or trial, an authentication issue that can be fixed by signing out and back in, a network firewall blocking API requests, or having an outdated version of the extension.<br\/>\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use GitHub Copilot with VS Code (2026 Guide) | The ClickUp Blog","description":"Learn how to use GitHub Copilot with VS Code to speed up coding\u2014and keep momentum with ClickUp\u2019s AI, tasks, docs, and automations.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/","og_locale":"en_US","og_type":"article","og_title":"How to Use GitHub Copilot with VS Code (2026 Guide) | The ClickUp Blog","og_description":"Learn how to use GitHub Copilot with VS Code to speed up coding\u2014and keep momentum with ClickUp\u2019s AI, tasks, docs, and automations.","og_url":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/","og_site_name":"The ClickUp Blog","article_publisher":"https:\/\/www.facebook.com\/clickupprojectmanagement","article_published_time":"2026-02-10T09:37:01+00:00","article_modified_time":"2026-02-10T09:43:39+00:00","og_image":[{"width":1400,"height":972,"url":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/How-to-use-GitHub-Copilot-with-VS-Code-featured-image.png","type":"image\/png"}],"author":"Pavitra M","twitter_card":"summary_large_image","twitter_creator":"@clickup","twitter_site":"@clickup","twitter_misc":{"Written by":"Pavitra M","Est. reading time":"20 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#article","isPartOf":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/"},"author":{"name":"Pavitra M","@id":"https:\/\/clickup.com\/blog\/#\/schema\/person\/1c7dc9ccf38b9ec0702f1a96df767221"},"headline":"How to Use GitHub Copilot with VS Code (2026 Guide)","datePublished":"2026-02-10T09:37:01+00:00","dateModified":"2026-02-10T09:43:39+00:00","mainEntityOfPage":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/"},"wordCount":4074,"publisher":{"@id":"https:\/\/clickup.com\/blog\/#organization"},"image":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/How-to-use-GitHub-Copilot-with-VS-Code-featured-image.png","articleSection":["AI &amp; Automation","Software"],"inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/","url":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/","name":"How to Use GitHub Copilot with VS Code (2026 Guide) | The ClickUp Blog","isPartOf":{"@id":"https:\/\/clickup.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#primaryimage"},"image":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/How-to-use-GitHub-Copilot-with-VS-Code-featured-image.png","datePublished":"2026-02-10T09:37:01+00:00","dateModified":"2026-02-10T09:43:39+00:00","description":"Learn how to use GitHub Copilot with VS Code to speed up coding\u2014and keep momentum with ClickUp\u2019s AI, tasks, docs, and automations.","breadcrumb":{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704404260"},{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406192"},{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406943"},{"@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704407811"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#primaryimage","url":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/How-to-use-GitHub-Copilot-with-VS-Code-featured-image.png","contentUrl":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2026\/02\/How-to-use-GitHub-Copilot-with-VS-Code-featured-image.png","width":1400,"height":972,"caption":"How to use GitHub Copilot with VS Code featured image"},{"@type":"BreadcrumbList","@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/clickup.com\/blog\/"},{"@type":"ListItem","position":2,"name":"AI &amp; Automation","item":"https:\/\/clickup.com\/blog\/automation\/"},{"@type":"ListItem","position":3,"name":"How to Use GitHub Copilot with VS Code (2026 Guide)"}]},{"@type":"WebSite","@id":"https:\/\/clickup.com\/blog\/#website","url":"https:\/\/clickup.com\/blog\/","name":"The ClickUp Blog","description":"The ClickUp Blog","publisher":{"@id":"https:\/\/clickup.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/clickup.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/clickup.com\/blog\/#organization","name":"ClickUp","url":"https:\/\/clickup.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/clickup.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/logo-v3-clickup-light.jpg","contentUrl":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/07\/logo-v3-clickup-light.jpg","width":503,"height":125,"caption":"ClickUp"},"image":{"@id":"https:\/\/clickup.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/clickupprojectmanagement","https:\/\/x.com\/clickup","https:\/\/www.linkedin.com\/company\/clickup-app","https:\/\/en.wikipedia.org\/wiki\/ClickUp","https:\/\/tiktok.com\/@clickup","https:\/\/instagram.com\/clickup","https:\/\/www.youtube.com\/@ClickUpProductivity"]},{"@type":"Person","@id":"https:\/\/clickup.com\/blog\/#\/schema\/person\/1c7dc9ccf38b9ec0702f1a96df767221","name":"Pavitra M","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/clickup.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2839ea54bc901753b0d7ad017374fcbb95f82807041dfd2fae32be2c919aaeca?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2839ea54bc901753b0d7ad017374fcbb95f82807041dfd2fae32be2c919aaeca?s=96&d=retro&r=g","caption":"Pavitra M"},"description":"Pavitra is a Content Operations Specialist at ClickUp. She is constantly tinkering with AI and is closely tracking the evolving landscape of AI technology and its impact on productivity. When she isn\u2019t working, you'll likely find her enjoying a long drive or discovering new cuisines.","sameAs":["https:\/\/www.linkedin.com\/in\/pavitra-manikandan-766b22a3\/"],"url":"https:\/\/clickup.com\/blog\/author\/pavitra\/"},{"@type":"Question","@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704404260","position":1,"url":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704404260","name":"What is the difference between Microsoft Copilot and GitHub Copilot?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Microsoft Copilot is a general-purpose AI assistant for productivity in Microsoft 365 apps like Word and Excel, while GitHub Copilot is a specialized tool built specifically for software developers inside their code editor.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406192","position":2,"url":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406192","name":"Can GitHub Copilot work with any programming language in VS Code?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Copilot supports most programming languages, but its performance is best with popular languages like Python, JavaScript, TypeScript, Go, and Ruby due to the vast amount of public code available in its training data.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406943","position":3,"url":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704406943","name":"Is GitHub Copilot worth it for development teams?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"For many teams, yes. It can accelerate onboarding for new developers, reduce the time spent on writing repetitive boilerplate code, and help enforce consistent coding patterns across a project.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704407811","position":4,"url":"https:\/\/clickup.com\/blog\/how-to-use-github-copilot-with-vs-code-2026-guide\/#faq-question-1770704407811","name":"Why is GitHub Copilot not working in VS Code?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"The most common reasons are an expired subscription or trial, an authentication issue that can be fixed by signing out and back in, a network firewall blocking API requests, or having an outdated version of the extension.<br\/>","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"reading":["17"],"keywords":[["AI &amp; Automation","automation",980],["Software","software",223]],"redirect_params":{"product":"","department":""},"is_translated":"true","author_data":{"name":"Pavitra M","link":"https:\/\/clickup.com\/blog\/author\/pavitra\/","image":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2024\/05\/square-image-1.jpeg","position":"Content Operations Specialist"},"category_data":{"name":"AI &amp; Automation","slug":"automation","term_id":980,"url":"https:\/\/clickup.com\/blog\/automation\/"},"hero_data":{"media_url":"https:\/\/clickup.com\/blog\/wp-content\/uploads\/2025\/12\/Codegen-agent-clickup-1400x972.png","media_alt_text":"How to Use GitHub Copilot with VS Code (2026 Guide)","button":"custom","template_id":"","youtube_thumbnail_url":"","custom_button_text":"Ship code without leaving ClickUp","custom_button_url":"https:\/\/app.clickup.com\/app-center\/static-app\/codegen?product=codegen"},"_links":{"self":[{"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/posts\/590279","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/users\/126"}],"replies":[{"embeddable":true,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/comments?post=590279"}],"version-history":[{"count":106,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/posts\/590279\/revisions"}],"predecessor-version":[{"id":590491,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/posts\/590279\/revisions\/590491"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/media\/590480"}],"wp:attachment":[{"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/media?parent=590279"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/categories?post=590279"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/clickup.com\/blog\/wp-json\/wp\/v2\/tags?post=590279"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}