-
Type: Bug
1. Create a new C# .NET Project (.NET MAUI)
2. Open up MainPage.xaml
3. Put the cursor next to Label and type the letter H
4. All I see is the letter H - shouldn't I see Height, Height…
-
- OS and Version: Windows 10
- VS Code Version: 1.40.1
- C/C++ Extension Version: 0.26.2-insiders
I have a codebase I'm writing right now where template implementation code is split up into .inl …
-
**Scenario**
We support creating keybindings to trigger specific types of code actions or refactorings like so:
```json
{
"key": "shift+ctrl+e",
"command": "editor.action.codeAction",
"…
mjbvz updated
10 months ago
-
LiveScript is Beautiful™. Babel otoh, has a strong ecosystem. I think there is a great opportunity here for LiveScript to have both.
What if LiveScript generated a babel-compatible AST? It would stil…
-
Apologies for the React specific example but thats my use case - its pretty simple either way.
```
/* @flow */
import * as React from "react";
const TestExact = (props: {| foo: string |}) => {…
-
# Suggestion
## 🔍 Search Terms
With and without "is:issue is:open"
"symbol intellisense"
"symbol autocomplete"
## ✅ Viability Checklist
My suggestion meets these guidelines:
…
-
## Hackathon Idea
Show how to effectively use the _F# interactive_ environment with ML.Net - i.e. interactively explore, visualize and transform data prior to model construction. Data understanding …
-
## Please select if your request is either something new or an enhancement ##
- [x] Enhancement of an existing Feature.
- [x] Request of a new feature.
## Please select the area your reques…
-
**Godot version:**
3.1.1
**OS/device including version:**
Win10
**Issue description:**
Feature request:
I am trying to export a dictionary of `enum: float`. In the editor my enum…
-
## Description
previously typed words in the document/file are not suggested by the editor while in ahk language mode provided by this extension, even though the corresponding setting (`editor.word…