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

Fixed signature help with tuple arg on one line #6011

Merged
merged 6 commits into from
Feb 6, 2019

Conversation

TIHan
Copy link
Contributor

@TIHan TIHan commented Dec 14, 2018

When typing this code with only one line in the text buffer:
let _ = System.DateTime(1L,
on the , it will trigger signature help. This currently works in master and Dev16 in VS.

However, with this PR, #6001, it will break due to removing the addNewLine and we had a bug in the lang service and parser that forced the additional addNewLine to make everything correct.

This PR will solve that problem whenever #6001 is merged.

@TIHan TIHan closed this Dec 19, 2018
@TIHan TIHan reopened this Dec 19, 2018
@KevinRansom KevinRansom changed the title Fixed signature help with tuple arg on one line [WIP] Fixed signature help with tuple arg on one line Dec 20, 2018
@cartermp cartermp mentioned this pull request Feb 4, 2019
6 tasks
@TIHan TIHan changed the title [WIP] Fixed signature help with tuple arg on one line Fixed signature help with tuple arg on one line Feb 5, 2019
@cartermp cartermp closed this Feb 6, 2019
@cartermp cartermp reopened this Feb 6, 2019
@cartermp cartermp merged commit f7006ed into dotnet:dev16.0 Feb 6, 2019
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

Successfully merging this pull request may close these issues.

3 participants