Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoint list #29

Closed
22 of 35 tasks
nosami opened this issue Dec 18, 2014 · 3 comments
Closed
22 of 35 tasks

Endpoint list #29

nosami opened this issue Dec 18, 2014 · 3 comments

Comments

@nosami
Copy link
Contributor

nosami commented Dec 18, 2014

v1 endpoints

  • /addreference
  • /addtoproject
  • /autocomplete
  • /buildcommand
  • /buildtarget
  • /checkalivestatus
  • /checkreadystatus
  • /codecheck
  • /codeformat
  • /currentfilemembersasflat
  • /currentfilemembersastree
  • /currentfiletopleveltypes
  • /findimplementations
  • /findsymbols

- [ ] /findtypes

  • /findusages
  • /fixcodeissue
  • /fixusings
  • /getcodeactions

- [ ] /getcodeissues

  • /getoverridetargets
  • /gotodefinition
  • /gotofile
  • /gotoregion
  • /lookupalltypes
  • /reloadsolution
  • /removefromproject
  • /rename
  • /runcodeaction
  • /runoverridetarget

- [ ] /semanticerrors

  • /stopserver

- [ ] /syntaxerrors

  • /typelookup
  • /updatebuffer

new endpoints

  • /changebuffer
  • /formatRange
  • /formatAfterKeystroke
  • /signatureHelp
@CoreyKaylor
Copy link

Noticing when trying to use omnisharp-emacs with omnisharp-roslyn that there are errors for for /semanticerrors and saw it crossed out here. Is there a plan or workaround for this beyond not using flycheck w/roslyn?

@nosami
Copy link
Contributor Author

nosami commented Apr 6, 2015

/semanticerrors, /syntaxerrors and /codeissues have been superceded by /codecheck which performs all 3 actions.

For now, you should probably manually patch it... see here
https://github.com/nosami/omnisharp-demo/blob/master/elpa/omnisharp-20141219.950/omnisharp.el#L980

and https://github.com/nosami/omnisharp-demo/blob/master/elpa/omnisharp-20141219.950/omnisharp.el#L128-L133

@CoreyKaylor
Copy link

Much better, thanks for the pointer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants