Radek Simko

Results 290 issues of Radek Simko

### Current Version ``` 0.11.0 ``` ### Use-cases Currently the server only provides semantic tokens for the full document, which may result in a higher latency when highlighting larger documents...

enhancement
textDocument/semanticTokens

### Current Version ``` 0.11.0 ``` ### Use-cases As mentioned in https://github.com/hashicorp/terraform-ls/pull/331: Client always sends `textDocument/semanticTokens/full` almost immediately after `didOpen` and `didChange`, which means that we may not have all...

enhancement
textDocument/semanticTokens

Users would benefit from having the ability to click-through to the provider docs from the `required_providers` block, for example clicking on `hashicorp/aws` in the snippet below could take them to...

enhancement
textDocument/hover
textDocument/documentLink

### Current Version ``` 0.12.0 ``` ### Use-cases With more providers preloaded in LS 0.12.0 per https://github.com/hashicorp/terraform-ls/pull/341 the user might expect all of these providers to come up as completion...

enhancement
textDocument/completion

### Current Version ``` 0.12.0 ``` ### Use-cases With or without https://github.com/hashicorp/terraform-ls/issues/370 the user would benefit from having an easy way to introduce a new provider into their configuration by...

enhancement
textDocument/completion

Because detection of the relevant root module for a file/dir is not a trivial task, #176 introduces new functionality which reports all potential candidates for root modules in the context...

enhancement
modules

Because detection of the relevant root module for a file/dir is not a trivial task, #176 introduces new functionality which reports all potential candidates for root modules in the context...

enhancement
modules

### Server Version ``` v0.1.0 ``` ### Terraform Version ``` v0.12.24 ``` ### Terraform Configuration Files ```hcl provider "aws" { } data "" "name" { } ``` ### Log Output...

enhancement
textDocument/completion
upstream/tf-core

### Server Version ``` v0.1.0 ``` ### Terraform Version ``` v0.12.24 ``` ### Terraform Configuration Files ```hcl provider "aws" { } resource "aws_vpc" "name" { } data "" ``` ###...

enhancement
textDocument/completion
upstream/hcl

I'm not sure if this relates to https://github.com/eclipse/openvsx/issues/450#issuecomment-1141948684 at all - i.e. the server not reflecting target at all. A quick look into the codebase would suggest it doesn't -...