Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 3.2k
docs(vscode): update VS Code Extension page to reflect the deprecation of the previous version#4207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
docs(vscode): update VS Code Extension page to reflect the deprecation of the previous version #4207
Changes from all commits
53b3503c9f4b984d42fcfdd45aac7e29f795150b3bf94208c1c33ded581b3752d3ece4d88a84c434cb9927cfda59eaadcfbcd6ce357bd722bde9d0fe6c06a9File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,82 +1,83 @@ | ||
| Appflow | ||
| Codepen | ||
| Firestore | ||
| Genymotion | ||
| Hygen | ||
| Ionicon | ||
| Ionicons | ||
| Logcat | ||
| Maskito | ||
| Pluralsight | ||
| Swiper | ||
| Udemy | ||
| Vetur | ||
| Wistia | ||
| WCAG | ||
| actionsheet | ||
| fabs | ||
| datetime | ||
| datetimes | ||
| datetimepicker | ||
| infinitescroll | ||
| searchbar | ||
| searchbars | ||
| sidemenu | ||
| textarea | ||
| textareas | ||
| appstore | ||
| authed | ||
| autogrow | ||
| automations | ||
| autoplay | ||
| Callout | ||
| comparewith | ||
| composables | ||
| engageable | ||
| flexbox | ||
| frontmatter | ||
| fullscreen | ||
| geolocation | ||
| interactives | ||
| isopen | ||
| jank | ||
| janky | ||
| jarsigner | ||
| jsdelivr | ||
| keyframes | ||
| keytool | ||
| lifecycles | ||
| localstorage | ||
| mobileweb | ||
| phablet | ||
| playstore | ||
| preconfigured | ||
| preflighted | ||
| proxying | ||
| quickstart | ||
| retargeted | ||
| runtimes | ||
| scroller | ||
| subcomponent | ||
| subcomponents | ||
| swipeable | ||
| templating | ||
| transpiling | ||
| treeshaking | ||
| triaging | ||
| typeahead | ||
| unminified | ||
| unsanitized | ||
| viewports | ||
| webapps | ||
| webviews | ||
| xlarge | ||
| xsmall | ||
| allowtransparency | ||
| mozallowfullscreen | ||
| msallowfullscreen | ||
| oallowfullscreen | ||
| webkitallowfullscreen | ||
| Appflow | ||
| Codepen | ||
| Firestore | ||
| Genymotion | ||
| Hygen | ||
| Ionicon | ||
| Ionicons | ||
| Logcat | ||
| Maskito | ||
| Pluralsight | ||
| Swiper | ||
| Udemy | ||
| Vetur | ||
| Wistia | ||
| WCAG | ||
| actionsheet | ||
| fabs | ||
| datetime | ||
| datetimes | ||
| datetimepicker | ||
| infinitescroll | ||
| searchbar | ||
| searchbars | ||
| sidemenu | ||
| textarea | ||
| textareas | ||
| appstore | ||
| authed | ||
| autogrow | ||
| automations | ||
| autoplay | ||
| Callout | ||
| comparewith | ||
| composables | ||
| engageable | ||
| flexbox | ||
| frontmatter | ||
| fullscreen | ||
| geolocation | ||
| interactives | ||
| isopen | ||
| jank | ||
| janky | ||
| jarsigner | ||
| jsdelivr | ||
| keyframes | ||
| keytool | ||
| lifecycles | ||
| localstorage | ||
| mobileweb | ||
| phablet | ||
| playstore | ||
| preconfigured | ||
| preflighted | ||
| proxying | ||
| quickstart | ||
| retargeted | ||
| runtimes | ||
| scroller | ||
| subcomponent | ||
| subcomponents | ||
| swipeable | ||
| templating | ||
| transpiling | ||
| treeshaking | ||
| triaging | ||
| typeahead | ||
| unminified | ||
| unsanitized | ||
| viewports | ||
| webapps | ||
| webviews | ||
| xlarge | ||
| xsmall | ||
| allowtransparency | ||
| mozallowfullscreen | ||
| msallowfullscreen | ||
| oallowfullscreen | ||
| webkitallowfullscreen | ||
| webnative |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,39 +1,30 @@ | ||||||||||||||||||
| --- | ||||||||||||||||||
| title: Ionic VS Code Extension | ||||||||||||||||||
| title: VS Code Extension | ||||||||||||||||||
| --- | ||||||||||||||||||
| <head> | ||||||||||||||||||
| <title>Using the Ionic Visual Studio Code Extension</title> | ||||||||||||||||||
| <meta | ||||||||||||||||||
| name="description" | ||||||||||||||||||
| content="The Ionic Visual Studio Code extension helps you perform various functions that are common to developing an Ionic app" | ||||||||||||||||||
| /> | ||||||||||||||||||
| <title>VS Code Extension</title> | ||||||||||||||||||
| <meta name="description" content="Using the Ionic/Ionic-Framework VS Code Extension" /> | ||||||||||||||||||
| </head> | ||||||||||||||||||
| The Ionic Visual Studio Code extension helps you perform various functions that are common to developing an Ionic app, all without leaving your VS Code window. You can install the [extension on the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ionic.ionic). Once you have the extension installed, you'll see the Ionic logo in the activity bar. | ||||||||||||||||||
| The [WebNative Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=WebNative.webnative) is a community-maintained plugin that helps you perform common Ionic Framework development tasks without needing to remember CLI commands. | ||||||||||||||||||
| ## Create a New Project | ||||||||||||||||||
| If you have VS Code on this computer click Install below. You can also find the extension by searching for "WebNative". | ||||||||||||||||||
| From an empty directory, you can create a new Angular, React, or Vue project by clicking one of the template options and providing an app name. | ||||||||||||||||||
| <a href="vscode:extension/webnative.webnative" target="_self"> | ||||||||||||||||||
gnbm marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||||||||||||||||||
| <button className="install-button">Install</button> | ||||||||||||||||||
| </a> | ||||||||||||||||||
CopilotAI | ||||||||||||||||||
| </a> | |
| </a> | |
| <p>If the "Install" button does not work, you can manually install the extension by opening VS Code, navigating to the Extensions view (<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>X</kbd>), and searching for "WebNative".</p> |
CopilotAIJul 23, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Using target="_self" is redundant as it's the default behavior for links. Consider removing it or using target="_blank" if you want the documentation to open in a new tab.
| <ahref="vscode:extension/webnative.webnative"target="_self"> | |
| <buttonclassName="install-button">Install</button> | |
| </a> | |
| <ahref="https://webnative.dev/introduction/getting-started/"target="_self"> | |
| <ahref="vscode:extension/webnative.webnative"> | |
| <buttonclassName="install-button">Install</button> | |
| </a> | |
| <ahref="https://webnative.dev/introduction/getting-started/"> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -61,6 +61,7 @@ html[data-theme='light'] { | ||
| --ifm-code-background: var(--c-indigo-10); | ||
| --ifm-font-color-base: var(--c-carbon-90); | ||
| --ifm-info-color-bg: var(--c-carbon-90); | ||
| } | ||
| html[data-theme='dark'] { | ||
| @@ -82,6 +83,7 @@ html[data-theme='dark'] { | ||
| --ifm-font-color-base: var(--c-carbon-10); | ||
| --ifm-background-color: var(--token-primary-bg-c); | ||
| --ifm-dropdown-background-color: var(--token-secondary-bg-c); | ||
| --ifm-info-color-bg: var(--c-carbon-10); | ||
| --ifm-menu-link-sublist-icon-filter: invert(100%); | ||
| } | ||
| @@ -225,3 +227,27 @@ iframe { | ||
| } | ||
| } | ||
| } | ||
| .install-button { | ||
| background-color: var(--ifm-info-color-bg); | ||
| border: 2px solid var(--ifm-font-color-base); | ||
| border-radius: 100px; | ||
| color: var(--admonition-info-c-bg); | ||
gnbm marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| cursor: pointer; | ||
| font-weight: bold; | ||
| padding: 16px; | ||
| padding-left: 32px; | ||
| padding-right: 32px; | ||
| } | ||
| .docs-button { | ||
| background-color: transparent; | ||
| border: 2px solid var(--ifm-font-color-base); | ||
| border-radius: 100px; | ||
| color: var(--ifm-font-color-base); | ||
| cursor: pointer; | ||
| font-weight: bold; | ||
| padding: 16px; | ||
| padding-left: 32px; | ||
| padding-right: 32px; | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -53,8 +53,9 @@ Requires the Cordova plugin: `cordova-plugin-ionic-webview` > 2.0. For more info | ||
| </TabItem> | ||
| <TabItem value="Cordova"> | ||
| <CodeBlock className="language-shell"> | ||
| $ ionic cordova plugin add cordova-plugin-ionic-webview {'\n'}$ npm install @awesome-cordova-plugins/ionic-webview{' '} | ||
| $ ionic cordova plugin add cordova-plugin-ionic-webview {'\n'}$ npm install @awesome-cordova-plugins/ionic-webview | ||
| {'\n'} | ||
| # For more information, visit: [Awesome Cordova Plugins - Ionic WebView](https://danielsogl.gitbook.io/awesome-cordova-plugins/ionic-webview) | ||
gnbm marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. gnbm marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| </CodeBlock> | ||
| </TabItem> | ||
| <TabItem value="Enterprise"> | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.