imliam / vscode-inline-parameters

An extension for Visual Studio Code that adds inline parameter annotations when calling a function.
https://marketplace.visualstudio.com/items?itemName=liamhammett.inline-parameters
MIT License
196 stars 22 forks source link

Feature Request: Act only on the current line! #20

Open MrMage opened 4 years ago

MrMage commented 4 years ago

Loving the extension! However, it sometimes causes my text layout to move around as snippets are inserted. Plus, it feels like the extension is slowing down text editing a bit.

To avoid both of these issues, would it maybe be possible to only show inline parameters on the line that currently has the cursor(s), or in the selected text (if text is selected)?