Skip to content

Fixes CompletionItemKinds for typed variables#1145

Merged
markwpearce merged 3 commits into
release-1.0.0from
interface_completion_type
Apr 24, 2024
Merged

Fixes CompletionItemKinds for typed variables#1145
markwpearce merged 3 commits into
release-1.0.0from
interface_completion_type

Conversation

@markwpearce

Copy link
Copy Markdown
Collaborator

Fixes #1133

All variables that are Classes, Interfaces, Enum, functions, etc. will be displayed as variables.

@markwpearce markwpearce added this to the v1.0.0 milestone Apr 24, 2024
private getCompletionKindFromSymbol(symbol: BscSymbol, areMembers = false) {
const type = symbol?.type;
const extraData = symbol?.data;
// eslint-disable-next-line no-bitwise

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Where's the bitwise?

@markwpearce
markwpearce merged commit 9156eb1 into release-1.0.0 Apr 24, 2024
@markwpearce
markwpearce deleted the interface_completion_type branch April 24, 2024 19:52
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