Created
September 22, 2018 22:02
-
-
Save moshfeu/6f61dfb8e1f5e20320ba359501e2c96c to your computer and use it in GitHub Desktop.
Get current line content in vscode extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const {text} = activeEditor.document.lineAt(activeEditor.selection.active.line); |
thanks!
thanks!
thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks!!