-
## Actual Behavior
When this extension is enabled intellisense features such as go-to-definition and hovering for type info are noticeably slower than usual, taking several seconds when they would no…
-
Repro code is
```cpp
#include
template
constexpr auto transform(const std::array& arr)
{
std::array values;
for (std::size_t i{0}; const auto& k : arr)
{
static_assert(std::is_…
-
There is a new feature in VS that can compose json schema from all the referenced packages. What it would allow is to have our module packages to contain their own json schema sections, and they would…
-
When Intellisense works (see #2), it's still not quite what I expect.
I have to type at least `// :` and press `ctrl-space` to see the dropdown.
It would be much nicer if the dropdown showed up as s…
-
I use the Chinese system, "Ctrl-space" is the input method Toggle shortcut key, shortcut key conflicts with IntelliSense .
Can I customize a shortcut?
-
Hi @arcdev1,
This is not an issue with your code, only the tools, so feel free to close this issue.
After watching your video on Clean Architecture related to this repo I decided to try the patt…
-
### Describe the problem
When working with the Arduino IDE on a Cloud Project, IntelliSense functionality is not functioning properly. While it works seamlessly in the local environment when a boar…
-
### Describe the feature you'd like
The "global.json" file format (`dotnet new globaljson`) is well documented, but VSCode does not offer autocompletion for all fields. In particular, `"msbuild-sdk…
-
**Version Used**: 16.5
**Steps to Reproduce**:
1. Write following code
```
static void Main(string[] args)
{
for (int num = 0; num < 10; num++)
C…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…