XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.VSIX

【VSIX】XFEExtension的Visual Studio扩展

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.VSIX

修复ac和ap重名问题

209f40d
XFE工作室室长 <xfe18827675401@126.com>
提交于

代码差异

5 个文件 +35 -7
Modified README.md +20 -1
@@ -1 +1,20 @@
1 # XFEExtension.NetCore.VSIX
1 # XFEExtension.NetCore.VSIX
2
3 This is a Visual Studio extension that allows you to create a new .NET Core project faster.
4
5 ## Features
6
7 Fast coding with XFEExtension.NetCore package support.
8
9 ## Requirements
10
11 ### IDE
12
13 Visual Studio 2022
14
15 ### Nuget Packages (Not necessary)
16
17 - XFEExtension.NetCore
18 - XFEExtension.NetCore.AutoConfig
19 - XFEExtension.NetCore.AutoPath
20 - XFEExtension.NetCore.TodoHighlight
Modified XFEExtension.NetCore.VSIX/ReleaseNotes.txt +5 -1
@@ -1 +1,5 @@
1 First Release
1 Fix: ac snippet not working
2
3 Change:
4
5 Add:
Modified XFEExtension.NetCore.VSIX/XFEExtension CodeSnippets/XFEExtension CSharp/ap.snippet +2 -2
@@ -2,8 +2,8 @@
2 2 <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
3 3 <CodeSnippet Format="1.0.0">
4 4 <Header>
5 <Title>ac</Title>
6 <Shortcut>ac</Shortcut>
5 <Title>ap</Title>
6 <Shortcut>ap</Shortcut>
7 7 <Description>Auto Path Snippet</Description>
8 8 <Author>XFEstudio</Author>
9 9 <SnippetTypes>
Modified XFEExtension.NetCore.VSIX/XFEExtension CodeSnippets/XFEExtension CSharp/tol.snippet +6 -1
@@ -27,8 +27,13 @@
27 27 3 - Error</ToolTip>
28 28 <Default>2</Default>
29 29 </Literal>
30 <Literal>
31 <ID>comment</ID>
32 <ToolTip>Your Todo Task Comment</ToolTip>
33 <Default>some task to do</Default>
34 </Literal>
30 35 </Declarations>
31 <Code Language="csharp" Kind="any"><![CDATA[//TODO:$level$ $end$]]>
36 <Code Language="csharp" Kind="any"><![CDATA[//TODO:$level$ $comment$$end$]]>
32 37 </Code>
33 38 </Snippet>
34 39 </CodeSnippet>
Modified XFEExtension.NetCore.VSIX/source.extension.vsixmanifest +2 -2
@@ -1,7 +1,7 @@
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3 3 <Metadata>
4 <Identity Id="XFEExtension.NetCore.VSIX.26e90afd-9260-4229-819a-61538e0198f7" Version="0.1" Language="zh-CN" Publisher="XFEstudio" />
4 <Identity Id="XFEExtension.NetCore.VSIX.26e90afd-9260-4229-819a-61538e0198f7" Version="0.1.2" Language="zh-CN" Publisher="XFEstudio" />
5 5 <DisplayName>XFEExtension.NetCore.VSIX</DisplayName>
6 6 <Description xml:space="preserve">A Extension VSIX package based on the XFEExtenison.NetCore Nuget Package</Description>
7 7 <License>LICENSE.txt</License>
@@ -13,7 +13,7 @@
13 13 </Metadata>
14 14 <Installation>
15 15 <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
16 <ProductArchitecture>x86</ProductArchitecture>
16 <ProductArchitecture>amd64</ProductArchitecture>
17 17 </InstallationTarget>
18 18 </Installation>
19 19 <Dependencies>