Jared Parsons

Results 362 comments of Jared Parsons

VsVim is emulating vim behavior and by default there is no normal mode indicator. Consider gVim on my machine. Is there a setting I'm unaware of that ads this?

> you are right! In vim I need to do set statusline=%!mode() to get the above working... not sure if we go the mode() function VsVim. No `mode()` is not...

I skeptical that vim script support can ever really get to a point to support general purpose plugins. This used to be a real goal for me but as I...

@Kazark i'm not opposed to implementing really any portion of vimscript. The more the better. I just think that the idea that one day VsVim will have a completely compatible...

@Kazark for the built-in functions I would just have a type within the interpreter that holds their implementation. Something like `BuiltinFunctions`. It's the full fledged plugins that I would move...

@Kantis There are no formal guidelines on contributing. Mostly common sense items like - Please follow the coding style of the code base - Please make sure all unit test...

Do u have the VS SDK installed? The solution should load fine in any version of Visual Studio 2010 and higher if the SDK is installed. If the error still...

> My box has VS19 ENT and VS22 ENT installed. But when installing vsvim, it cannot detect VS22. How are you installing VsVim? If you use the Extensions menu in...

When making the decision for CLI I think we should take a look at our existing tooling and see if it sets up a pattern here. Looking at the tools...

@rainersigwald Every MS tool I can find for dotnet uses stdout for all output. Why have this tool be an outlier in our dotnet pipeline?