├── CppTripleSlash.csproj ├── CppTripleSlash.sln ├── CppTripleSlashPackage.cs ├── Guids.cs ├── Key.snk ├── LICENSE ├── MS-PL.txt ├── Properties └── AssemblyInfo.cs ├── README.md ├── Release.txt ├── TripleSlashCompletionCommandHandler.cs ├── TripleSlashCompletionHandlerProvider.cs ├── TripleSlashCompletionSource.cs ├── TripleSlashCompletionSourceProvider.cs ├── cppts.png ├── cppts_preview.png └── source.extension.vsixmanifest /CppTripleSlash.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/CppTripleSlash.csproj -------------------------------------------------------------------------------- /CppTripleSlash.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/CppTripleSlash.sln -------------------------------------------------------------------------------- /CppTripleSlashPackage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/CppTripleSlashPackage.cs -------------------------------------------------------------------------------- /Guids.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/Guids.cs -------------------------------------------------------------------------------- /Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/Key.snk -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/LICENSE -------------------------------------------------------------------------------- /MS-PL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/MS-PL.txt -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/README.md -------------------------------------------------------------------------------- /Release.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/Release.txt -------------------------------------------------------------------------------- /TripleSlashCompletionCommandHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/TripleSlashCompletionCommandHandler.cs -------------------------------------------------------------------------------- /TripleSlashCompletionHandlerProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/TripleSlashCompletionHandlerProvider.cs -------------------------------------------------------------------------------- /TripleSlashCompletionSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/TripleSlashCompletionSource.cs -------------------------------------------------------------------------------- /TripleSlashCompletionSourceProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/TripleSlashCompletionSourceProvider.cs -------------------------------------------------------------------------------- /cppts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/cppts.png -------------------------------------------------------------------------------- /cppts_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/cppts_preview.png -------------------------------------------------------------------------------- /source.extension.vsixmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tcbhat/cpptripleslash/HEAD/source.extension.vsixmanifest --------------------------------------------------------------------------------