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

Support gd #547

Merged
merged 2 commits into from
Aug 2, 2016
Merged

Support gd #547

merged 2 commits into from
Aug 2, 2016

Conversation

johnfn
Copy link
Member

@johnfn johnfn commented Aug 2, 2016

Finish off #530

jordanlewis and others added 2 commits July 28, 2016 15:25
This commit maps `gd` to VSCode's go to declaration action.

Also, add a missing semicolon.
@johnfn johnfn merged commit 44dfd25 into master Aug 2, 2016
@johnfn johnfn mentioned this pull request Aug 2, 2016
let interval = setInterval(() => {
const positionNow = Position.FromVSCodePosition(vscode.window.activeTextEditor.selection.start);

if (!startPosition.isEqual(positionNow)) {

Choose a reason for hiding this comment

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

Will it be a problem if the gd happens to be a no-op movement?

Copy link
Member Author

@johnfn johnfn Aug 2, 2016

Choose a reason for hiding this comment

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

Ah, that was rather mindless of me. Good catch. Opened #553 as a self-reminder.

@jpoon jpoon deleted the support-gd branch August 2, 2016 17:20
This pull request was closed.
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.

2 participants