You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
94
+
95
+
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
96
+
{% for groupEntry in ideEntry.versionGroups %}
97
+
{%- assign groupName = groupEntry[0] %}
98
+
{%- assign groupVersions = groupEntry[1] %}
99
+
100
+
## JetBrains {{ groupName }}
101
+
102
+
| Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} |
103
+
|:----{%- for version in groupVersions %}|:----:{%- endfor %}|
104
+
{%- for featureEntry in ideEntry.features %}
105
+
| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} |
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
119
+
120
+
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
121
+
{% for groupEntry in ideEntry.versionGroups %}
122
+
{%- assign groupName = groupEntry[0] %}
123
+
{%- assign groupVersions = groupEntry[1] %}
124
+
125
+
## Eclipse {{ groupName }}
126
+
127
+
| Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} |
128
+
|:----{%- for version in groupVersions %}|:----:{%- endfor %}|
129
+
{%- for featureEntry in ideEntry.features %}
130
+
| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} |
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
36
144
37
145
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
38
-
{%- for groupEntry in ideEntry[1].versionGroups %}
146
+
{% for groupEntry in ideEntry.versionGroups %}
39
147
{%- assign groupName = groupEntry[0] %}
40
148
{%- assign groupVersions = groupEntry[1] %}
41
149
42
-
### {{ ideEntry[0] }} {{ groupName }}
150
+
##Xcode {{ groupName }}
43
151
44
152
| Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} |
45
153
|:----{%- for version in groupVersions %}|:----:{%- endfor %}|
46
-
{%- for featureEntry in ideEntry[1].features %}
154
+
{%- for featureEntry in ideEntry.features %}
47
155
| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} |
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
169
+
170
+
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
171
+
{% for groupEntry in ideEntry.versionGroups %}
172
+
{%- assign groupName = groupEntry[0] %}
173
+
{%- assign groupVersions = groupEntry[1] %}
174
+
175
+
## NeoVim {{ groupName }}
176
+
177
+
| Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} |
178
+
|:----{%- for version in groupVersions %}|:----:{%- endfor %}|
179
+
{%- for featureEntry in ideEntry.features %}
180
+
| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} |
0 commit comments