-
### Improve Code Documentation for Enhanced IntelliSense Support
**Description:**
To improve developer experience and readability, we should add documentation across the codebase. This will help w…
-
**Is your feature request related to a problem? Please describe.**
Currently, there's no intellisense support when using CSS variables with Tailwind's arbitrary value syntax in HTML:
```html
…
-
### Describe the bug
First i tried using the recommended(?) way of using the `useGeolocation` library. Using the destuctured {coords} = useGeolocation() way. This way i couldn't get any typescript In…
-
First of all: thank you so much for this awesome live coding editor! Has been a lot of fun to use.
The only thing that I'm missing would be IntelliSense support, so I don't have to jump between the…
-
### Initial checklist
- [X] I read the [support docs](https://mdxjs.com/community/support/)
- [X] I read the [contributing guide](https://mdxjs.com/community/contribute/)
- [X] I agree to follow the …
-
Hello, I just created a dummy project with the following structure
```
├───src
│ vscode_intellisense.jl
│
└───test
runtests.jl
```
I found that in `runtests.jl`, typing `using ` …
-
Every time a branch changes, I need to restart to get the latest intellisense/linting. Could this extension support it?
-
So if you still have time for Christmas next to the preview story, IntelliSense support for ChordPro would be a great idea.
[VS Code Docs](https://code.visualstudio.com/api/language-extensions/lang…
-
### Versions:
- ide-helper Version: v3.1.0
- Laravel Version: 11.28.1
- PHP Version: 8.3.11
### Question:
When defining a macro, let's say for the Response class:
```php
// app/Providers…
-
```typescript
import { User } from '@models'; // working aliased path
import { Injectable } from '@nestjs/common';
import { ReturnModelType } from '@typegoose/typegoose';
import { InjectModel } fr…