Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/neovim/VSNvim

Nvim extension for Visual Studio 2017
https://github.com/neovim/VSNvim

Fix runtime library type for Release configuration

The Release configuration was being linked to the debug version of the
runtime library which cau...

dbd247fd2246b189cbfd1288f8e355ed447f68d6 authored over 6 years ago
Add workaround for VS 15.8

190be286226505d316a57512c6189955ca1af23a authored over 6 years ago
Update README.md

505d3d52ad395b6a4e07dddc76c421d2cbdcee30 authored over 6 years ago
Remove workaround for VS 15.7

0b07fcd704e53a2527bbd80d8c6e82f9bd222173 authored over 6 years ago
Add README.md

d6437647608fa11905adf761040aa9950fcd08a8 authored over 6 years ago
Add basic support for command line mode

Command line mode text is displayed in the VS status bar at the bottom
of the window. It can cur...

2a346e05afde9900ce38cc4ed893a237e2decc48 authored over 6 years ago
Synchronize Nvim text selections with VS

d09c705c7f7d28e6a152f01a9be9d30fc31cb491 authored over 6 years ago
Add support for multiple buffers

9187ceead79afc881143e39f7279380b9e9601da authored over 6 years ago
Activate keyboard hook with keyboard focus event

The keyboard hook was previously activated by the aggregate focus event,
however, this prevented...

fbae07294cbe16aba0e13b9503bc2dc4828ee225 authored over 6 years ago
Make TextViewCreationListener only listen for WPF text views

The TextViewCreationListener should implement the
IWpfTextViewCreationListener interface to list...

10fa0a934a74868045bf377c5e623fce23056f4c authored over 6 years ago
Add caret adornment

The caret/cursor adornment complies with all styling specified by
"guicursor" option, excluding ...

5205a6578e621d49292f407cbf89b406c3a964f6 authored over 6 years ago
Update NuGet packages

23c18a7b00b832a7348457bd06168f6d688975f1 authored over 6 years ago
Add appveyor.yml

6d629ac96f8b333aae6cec61fa1a57d2ecf56e99 authored over 6 years ago
Remove x64 build configurations

VS extensions are required to target x86.

db1e5b28c7c24443f3675d1f664e88430c0d709f authored over 6 years ago
Add Nvim Ex command for calling VS commands

The name "vscmd" is consistent with ViEmu and VsVim extensions.

1a25064a0927ac18a4a312379d74d5060604c936 authored over 6 years ago
Add commands for enabling, disabling, and toggling VSNvim

abfa2ab44ee23cf7901582111208e0b31b23fe03 authored over 6 years ago
Synchronize Nvim scrolling with VS

9fe6eccbb9ae9a31618d54cd869ab8db97c7fefd authored over 6 years ago
Initial commit

VS uses UTF-16 for its text buffers and Nvim normally uses UTF-8,
however, to reduce memory usag...

cab8a1f4b04e3fc11b0d439819e5bbb6bf3f1993 authored over 6 years ago
Add keyboard hook for intercepting VS key presses

2ee0978a059206fda60fdbdeb6518f99f3c7bf5b authored over 6 years ago
Synchronize VS window size to Nvim

3b3caf5cadb5420685c63d18e1538c78c1ad29c5 authored over 6 years ago
Synchronize Nvim cursor movements to VS

b9c9330144aec87c7992152c8ddee189f274d700 authored over 6 years ago