-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quote module/function/record names in completion, signature help (#71)
Summary: This improves the display of signature help and fixes label (and edit) values for completions of functions or record names that need quoting, for example `#'basic.publish'{}` from the Rabbit codebase or calling a function on an Elixir module from Erlang. Also included is a refactor of `base_db::to_quoted_string` to return `Cow<str>` instead, avoiding allocation in the common case that an identifier doesn't need quoting. This saves a few unnecessary allocations. Pull Request resolved: #71 Reviewed By: michalmuskala Differential Revision: D67380119 Pulled By: robertoaloi fbshipit-source-id: 9ecea6b5bd0fff0f127a3a78d25b63f07d8274cf
- Loading branch information
1 parent
d1e92aa
commit 7af8893
Showing
8 changed files
with
96 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters