GitXplorerGitXplorer
P

OmniSharpSublimePlugin

public
19 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
897120a239af2c76e2d0a1473fa6e56f41b1c154

documentation. I live for it

PPaulCampbell committed 12 years ago
Unverified
e6def20c5e26cc9142403680ca1375686c4a50dd

add status message to inform of syntax errors

PPaulCampbell committed 12 years ago
Unverified
dfae82defe7e1be82a477306fb8d11667b01209a

Merge pull request #1 from gwilliams/master

PPaulCampbell committed 12 years ago
Unverified
aef2daa516e2f545669f42d5ac500d85f881c00d

Put the additional params onto get_response. Added endpoint param onto get_response so it can be used for multiple calls. Added basic call to syntaxerrors on pre_save

committed 12 years ago
Unverified
942d1ad87fa1ca8625ed2efbc177b0abbb360273

OCD tidy up

PPaulCampbell committed 12 years ago
Unverified
d86f4a40d8f1d79f79da92c8e38c8a7356110368

dodgy indenting and other such fixed

PPaulCampbell committed 12 years ago

README

The README file for this repository.

OmniSharp Sublime Text 2 plugin

Experimental Sublime Text 2 plugin for OmniSharp c# intellisense for Sublime Text.

  • Drop the Plugin into the Sublime Text 2 Packages directory

  • Run OmniSharp as usual.

  • Edit a c sharp file.

Implemented so far:

  • C# auto complete.

  • Syntax checking on save - print errors to console.