ionide-vscode-fsharp
ionide-vscode-fsharp copied to clipboard
feat: add simple send line with prefix in pipe
It's a simple implementation to resolve #422 The best implementation would to use AST to find the best context, but I did a naive version using regex that maybe resolve the problem initially.