Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Nov 2, 2017

@mhegazy mentioned that this would be necessary for using the code actions from Visual Studio.

@ghost ghost requested a review from amcasey November 2, 2017 20:53
@mhegazy
Copy link
Contributor

mhegazy commented Nov 2, 2017

//cc @amcasey

@mhegazy
Copy link
Contributor

mhegazy commented Nov 2, 2017

@amcasey can you give this a quick try

@mhegazy
Copy link
Contributor

mhegazy commented Nov 2, 2017

@Andy-MS we need to port this to release-2.6 as well.

@@ -4846,6 +4846,7 @@ declare namespace ts.server.protocol {
Close = "close",
Completions = "completions",
CompletionDetails = "completionEntryDetails",
CompletionDetailsFull = "completionEntryDetailsFull",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be internal

@ghost
Copy link
Author

ghost commented Nov 3, 2017

Waiting for approval from @amcasey

@mhegazy
Copy link
Contributor

mhegazy commented Nov 3, 2017

Please port to release-2.6 as well.

@ghost ghost merged commit 8b5d856 into master Nov 3, 2017
@ghost ghost deleted the completionDetailsFull branch November 3, 2017 22:11
ghost pushed a commit that referenced this pull request Nov 3, 2017
* Add CompletionDetailsFull request

* Update API baselines

* Make internal
ghost pushed a commit that referenced this pull request Nov 3, 2017
* Add CompletionDetailsFull request

* Update API baselines

* Make internal
@@ -15,6 +15,8 @@ namespace ts.server.protocol {
/* @internal */
CompletionsFull = "completions-full",
CompletionDetails = "completionEntryDetails",
/* @internal */
CompletionDetailsFull = "completionEntryDetailsFull",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the usual convention is -full, rather than Full.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is an oversight, we should fix it.

@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants