PostSharp enables developers to eradicate boilerplate by offloading repetitive work from humans to machines using aspects: special kinds of custom attributes that modify the behavior of code they are applied to. | It is an opinionated, extensible, and fast IDE layer for Neovim >= 0.5.0. It takes advantage of the latest Neovim features such as Treesitter and Language Server Protocol support. |
Aspect-oriented programming.
Ready-made aspects: logging, caching, threading, WPF, code contracts | Opinionated;
Extensible;
Lazyloads plugins wherever possible to maximize speed |
Statistics | |
GitHub Stars - | GitHub Stars 19.2K |
GitHub Forks - | GitHub Forks 1.5K |
Stacks 43 | Stacks 9 |
Followers 18 | Followers 11 |
Votes 0 | Votes 0 |
Integrations | |

Since version 0.101.0 and later Spacemacs totally abolishes the frontiers between Vim and Emacs. The user can now choose his/her preferred editing style and enjoy all the Spacemacs features. Even better, it is possible to dynamically switch between the two styles seamlessly which makes it possible for programmers with different styles to do seat pair programming using the same editor.

It is a popular developer productivity extension for Microsoft Visual Studio. It automates most of what can be automated in your coding routines. It finds compiler errors, runtime errors, redundancies, and code smells right as you type, suggesting intelligent corrections for them.

SpaceVim is a Modular configuration, a bundle of custom settings and plugins, for Vim. It got inspired by spacemacs.

A minimalist Vim plugin manager.
Your editor and web browser don't know anything about each other, which is why you end up continuously switching between them. Kite bridges that gap, bringing an internet-connected programming experience right alongside your editor.

Full git and GitHub integration with Sublime Text 3.

Manage your 'runtimepath' with ease. In practical terms, pathogen.vim makes it super easy to install plugins and runtime files in their own private directories.

It is an AI pair programmer that helps you write code faster and with less work. It draws context from comments and code, and suggests individual lines and whole functions instantly.

It is a flexible and expressive dialect of Java, which compiles into readable Java 8 compatible source code. You can use any existing Java library seamlessly. The compiled output is readable and pretty-printed, and tends to run as fast as the equivalent handwritten Java code.

A collection of Atom UIs to support language services as part of Atom IDE, designed for use with packages built on top of atom-languageclient.