Skip to content

Commit

Permalink
enable FunctionCompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca committed Jan 21, 2025
1 parent c68ff89 commit d19dbcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/spxls/internal/server/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ func (ctx *completionContext) collectGeneral() error {
ctx.itemSet.setSupportedKinds(
VariableCompletion,
ConstantCompletion,
// TODO: Add FunctionCompletion after implementing return type compatibility check.
// FunctionCompletion,
// TODO: Add return type compatibility check for FunctionCompletion.
FunctionCompletion,
)
}
ctx.itemSet.setExpectedTypes(ctx.expectedTypes)
Expand Down

0 comments on commit d19dbcd

Please sign in to comment.