Skip to content

[Test] autocomplete for pipe-first. #76

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

Closed
wants to merge 1 commit into from

Conversation

cristianoc
Copy link
Collaborator

@cristianoc cristianoc commented Feb 4, 2021

let list = Belt.List.make(12, "abc")

then

list->

@@ -280,7 +280,7 @@ process.on("message", (msg: m.Message) => {
hoverProvider: binaryExists,
definitionProvider: binaryExists,
completionProvider: binaryExists
? { triggerCharacters: ["."] }
? { triggerCharacters: [".", ">"] }
Copy link
Member

Choose a reason for hiding this comment

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

Lol I guess triggerCharacters doesn't accept a compound "->"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It does not -- I too was hoping it would.

@cristianoc
Copy link
Collaborator Author

Now part of #94

@cristianoc cristianoc closed this Mar 15, 2021
@cristianoc cristianoc deleted the test_pipefirst_autocomplete branch April 26, 2021 11:46
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