The Wayback Machine - https://web.archive.org/web/20200612070735/https://github.com/topics/vsix
Skip to content
#

vsix

Here are 138 public repositories matching this topic...

CrispyDrone
CrispyDrone commented Jul 2, 2019

Feature category

  • Check(Type 'x') any that Applicable item:
    • Vim
    • Vim plugin

Currently it seems that VsVim (and Vim for that matter) do not support interpolated strings of C#. It would be really neat if in a string like the following:

logger.Info($"Starting to move tokens {(string.Join(", ", tokens))} from card with code: {oldCard.Code} to replacement card with
xieofxie
xieofxie commented Apr 7, 2020

Use this query to search for the most popular feature requests.

Is your feature request related to a problem? Please describe.
I'm always frustrated when I read the document, I don't know whether + - is supported in string/list, whether [] is case sensitive or not in htt

DmitrySokolov
DmitrySokolov commented Mar 5, 2020

Environment

  • Visual Studio version: [2019 Community]
  • CodeMaid version: [11.1]

Description

Installation breaks all custom entries in the context menu "Other Context Menus | Easy MDI Document Window"

Steps to recreate

  1. Call Customize... (from the menu or toolbar)
  2. Add a custom item into "Other Context Menus | Easy MDI Document Window"
  3. Install CodeMaid
  4. Open a fil
mconnew
mconnew commented Mar 5, 2020

This suggestion is based on real experience helping an internal customer identify missing API's in the WCF client implementation. We have some properties on our classes which are either server only api's or aren't currently supported. An example of this is NetTcpBinding.TransactionFlow. On .NET Framework, this property is [defined like](https://referencesource.microsoft.com/#System.ServiceModel/Sy

Rapid-XAML-Toolkit
meziantou
meziantou commented Apr 13, 2020

The new Roslyn API context.Options.AnalyzerConfigOptionsProvider.GetOptions allows to get the configuration from the editorconfig file.

  • Remove the custom editorconfig parser
  • Replace all usage by context.Options.AnalyzerConfigOptionsProvider.GetOptions
  • Update tests
  • Update documentation to use the new names
  • Update <https://github.com/meziantou/editorconfig/bl

Improve this page

Add a description, image, and links to the vsix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vsix topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.