-
### Terraform Version
```shell
Terraform v1.9.5
on darwin_arm64
```
### Use Cases
Auto complete for PowerShell (for Windows, or any other platform when PowerShell is used).
### Attempted Solutio…
-
Haven't seen an example of tab-autocomplete feature. What I mean by that is I expect the plugging to try to predict what I'm gonna write as I'm writing a note and to be able to accept the suggestion w…
-
Type: Bug
auto-complete is annoying. Empty line, I want to add two tabs. Complete suggests some wrong code. Click esc, tab. It suggests the same again. Another esc..
Extension version: 2.45.25
…
-
## Feature Request: Auto-complete Functionality
### Description
- Implement an autocomplete feature in the code editor to enhance user experience by providing suggestions based on user input.
- C…
-
When entering `POST collections/:collection_name/points/search` in the Web UI console, the documentation link is auto-completed, but this link is incorrect.
The generated link is `https://api.qdran…
-
### Vue - Official extension or vue-tsc version
2.1.6
### VSCode version
1.94.2
### Vue version
2.7.16
### TypeScript version
5.2.2
### System Info
_No response_
### pack…
-
based on #109
When a class extends an abstract class, there should be a fix to implement all the abstract methods with templates
```py
class A(ABC):
@abstractmethod
def foo(self, i: int…
-
TheLounge implements this similar to Discord and other chat platforms where if you type ":" and two subsequent letters like ":gr" then it will suggest a list of possible emojis based on what you typed…
-
````
struct S
{
int xyz;
S() : x^ {}
}
````
Auto-complete at ^ suggests to insert `xyz($0)` while `xyz{$0}` would prevent narrowing conversions.
C++ core guidelines suggest to use {}, se…
-
### I have checked the following:
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the feature you want to add
Most of the time we tend to reuse Environment V…