jtbm37

Results 10 comments of jtbm37

I think it is listening on localhost. https://github.com/OmniSharp/omnisharp-server/blob/master/OmniSharp/Program.cs#L127

@lishali12345 Check your host file. You need an entry for localhost.

@lishali12345 what I meant was to make sure you had an entry with localhost pointing to 127.0.0.1 because as you can see in the code linked above the http server...

We should also probably show it when typing a `,` inside parentheses but also when there is only one opening bracket.

I am thinking we should use company so we can expand the selection like a snippet and then filling in each parameters by tabbing through. We could even use [company...

Roslyn has now a new [completion API available](https://github.com/OmniSharp/omnisharp-roslyn/issues/78). This is very exciting. It needs to be implemented in `omnisharp-roslyn`. When it is, we could have new completion capabilities like in...

How is that looking ? ![selection_004](https://cloud.githubusercontent.com/assets/536407/15233358/f8e8ea20-189f-11e6-9916-7efba90a78b3.png)

@willl Thanks. I will surely be testing that fairly soon. :+1:

I am having the same issue with this version: Microsoft.DotNet.Interactive.SqlServer, 1.0.0-beta.21559.2 VSCode: ``` Version: 1.62.3 Commit: ccbaa2d27e38e5afa3e5c21c1c7bef4657064247 Date: 2021-11-17T08:00:36.721Z Electron: 13.5.2 Chrome: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Linux x64...

@mickaelistria ### Start the server `OmniSharp -v -s /path/to/my/project/` `-v` is important so you can see what the response looks like. Omnisharp starts a webserver listening at `localhost:2000` by default....