-
```
it would be nice to get an code completion just like Java IDE Eclipse. When
Ctrl + space is pressed, a popup menu appears to help user select words.
For instance, I can pass two arrays:
String[]…
-
```
it would be nice to get an code completion just like Java IDE Eclipse. When
Ctrl + space is pressed, a popup menu appears to help user select words.
For instance, I can pass two arrays:
String[]…
-
1)
![image](https://github.com/getcursor/cursor/assets/44804044/b6d72658-cca6-4350-b417-cabe8a4c8660)
2) Windows 10
3) Not working since first install. idk if its suppose to be automatic like V…
-
I've got a nicely functional CMake project that VSCode seems to understand fine. It compiles, debugs, etc, and Intellisense knows what's going on.
Unfortunately, clang via flylint is complaining t…
-
Really fantastic project! There's not a whole lot of support for Zeppelin out there these days, so it's really great to see someone working on this
A couple of things I'm seeing:
* For Scala b…
-
For objects like DateTime or Int32 there's a known list of supported format strings, such as "s" for DateTime or "N0" for Int32. It'd be really helpful if IntelliSense knew about t…
-
Today csproj has schema based IntelliSense but we should provide intellisense for package names and versions while editing the project file.
This likely requires a "MSBuild language service"
-
Bootstrap intellisense works fine for me in html files. but, it doesn't work in blade.php. Is there a way to enable this extension in the .blade.php file?
![Screenshot 2024-07-14 at 22 28 39](https:/…
-
**Repro steps**
```fsharp
let ``type`` (): unit = i
```
Press ctrl-space on `i`.
**Expected behavior**
Completions for `i` are shown.
**Actual behavior**
Completions for ` ``type``…
-
- What docstrings to we need to generate?
- What do they look like?
- What data do we need from blueprint (what is the template?)