-
1. Use "Move declaration near reference" where indicated:
``` C#
using System;
using System.Collections.Generic;
class Program
{
static void Main(string[] args)
{
var lis…
-
The service definitions are detected as usages of the class currently. It would be great if refactorings could handle service definitions too
-
I tried to build this project from scratch incrementally but found the Github Action will fail in the job `build` because the `Dockerfile` is missing in `./course/module-1`:
```
buildx failed with: …
-
The following go/types APIs all use Pos in semantically significant ways:
```
Scope.LookupParent(name, pos)
Scope.Contains(pos)
Scope.Innermost(pos)
CheckExpr(fset, pkg, pos, expr, info)
Eval(fs…
-
According to telemetry our wrap parameter / argument refactorings are only invoked about 5% of the time they are shown (internal link [here](https://lens.msftcloudes.com/#/dashboard/efab2a2c-6fb3-4c2…
-
I was talking about intentions on the Slack channel and @steelbrain suggested I open a ticket for submenu support because I had a possible use case for it.
1 Attached is an example from ReSharper whi…
-
**Version Used**: 4.8.0-7.23558.1 (e0917286)
**Steps to Reproduce**:
1. Create a new console project. And replace `Program.cs` with the following
```cs
if (int.Parse("0") == 2)
{
…
-
There should be unit test in order to make sure, that future implementations, refactorings or performance optimizations don't break anything.
-
In latest lsp-mode on Emacs, the Change Coll refactoring works once but then fails. Similar problems happen with other refactorings, like Unwind Thread.
**To Reproduce**
• New file with contents…
-
We are currently in the process of updating our forked formio API from v3 to v4 and have issues understanding how submissions are now evaluated in the new backend (e.g. custom conditions, calculated v…