aboutsummaryrefslogtreecommitdiffstats
path: root/oni-csharp.el
Commit message (Collapse)AuthorAgeFilesLines
* Add snippets to oni-csharpGravatar Tom Willemse2020-03-021-111/+0
|
* Add missing smartparens dependencyGravatar Tom Willemse2020-03-021-2/+2
|
* Setup some code navigation for csharp-modeGravatar Tom Willemse2020-03-021-1/+6
|
* Enable smartparens mode in C#Gravatar Tom Willemse2020-02-291-1/+2
|
* Include company-yasnippet with omnisharp completionGravatar Tom Willemse2020-02-291-2/+3
|
* Add ‘rainbow-delimiters-mode’ to C# buffersGravatar Tom Willemse2020-02-051-2/+3
|
* Enable nxml-mode for .csproj filesGravatar Tom Willemse2020-01-281-1/+4
|
* Enable nxml-mode for Xaml filesGravatar Tom Willemse2020-01-281-1/+4
|
* Enable ‘auto-fill-mode’ for comments in most ↵Gravatar Tom Willemse2019-12-101-1/+7
| | | | | | | programming modes The ones that are already backed by a formatter, such as Java, Python and sh don’t need it.
* Change version formatGravatar Tom Willemse2019-09-041-1/+1
| | | | | | | | | | | In order to support my tablet which seems to have a lower maximum integer value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers I was using before. It would turn them into floating point numbers, which adds a ~.0~, this made it impossible to install any package. Any installations I have will need to reinstall all their oni packages so that the new version number is picked up, since the new version number will be lower than the old one.
* Enable omnisharp for csharp-modeGravatar Tom Willemse2019-07-161-1/+13
|
* Fix typo, make annotations disappear when emptiesGravatar Tom Willemse2019-04-091-6/+7
|
* Fix C# packageGravatar Tom Willemse2019-04-091-0/+1
|
* Add C# configurationGravatar Tom Willemse2019-04-081-0/+77
This only contains 2 commands for the moment that help me work with Visual Studio solution files. One collects all the names of the projects in the Solution, the other one displays them in the buffer.