DoctorKrolic

Results 63 issues of DoctorKrolic

### Description When applying sql keywords suggestions they appear to be in lower case, even though in completion windows they are shown in UPPER CASE. Typing sql keyword and hitting...

xf:sql
wait for review
question

Before installing ShareX, I could search in windows search for `winver` and the search result just opened the `winver` app with windows information. However, after I installed ShareX when doing...

Cannot reproduce

I was a bit surprised, but there already was symbol filtering, but only for VB. I utilized this behaviour and made it shared between C# and VB. Also transfered some...

Area-IDE
Community

**Version used:** https://github.com/dotnet/razor-tooling/commit/a25397d00f840c2b3276c6de7b011d29093e2880 **To reproduce:** 1. Create ASP.NET Core Web App (Razor pages) 2. Go to `Index.cshtml` 3. Insert `` at the end of the file 4. Invoke completions in...

untriaged

**Version used:** VS 2022 v17.3 Preview 4 **To reproduce:** 1. Create blazor server app 2. Go to `FetchData.razor` 3. In `OnInitializedAsync` method add `if (forecasts is object) {}`: ```cs protected...

investigate

**Version used:** VS 2022 v17.3 Preview 3 **To reproduce:** Invoke completions in `Counter` **Expected behavior:** There is only `h` before the cursor. So I expect to have `h1`, `h2`... `h6`...

bug
investigate

**Describe the bug:** When hovering over a class in C# hover supports actions like going to definition or opening a web link. For razor hovers are not interactable at all...

**Version used:** VS 2022 v17.3 Preview 2 **To reproduce:** 1. Create blazor server app 2. Go to `_Imports.razor` and delete `@using {YourProjectName}.Shared` namespace 3. Go to `App.razor` - you will...

**Describe the bug:** In any other context, e.g. middle of html attribute, or middle of C# keyword or whatever else, when no completions are available completion window doesn't appear at...

**Version used:** VS 2022 v17.3 Preview 2 **To reproduce:** 1. Create "ASP.NET Core Web App" 2. Go to `Index.cshtml` page 3. Start typing `