markline VS Code ExtensionThis is an extenstion for VisualStudio Code. You can mark lines containing special words or strings and delete all lines with or all lines without them. Featuresmarkline : Opens Input window. Type in your word/string you search for. You can add as many words/strings as you want to. - all markers will each time be shown in an info window in the right bottom corner. clearMarkers : Clears all the markers. reloadEditor : You need to do this, if you change the editor-window to reload the document into the extension. deleteLinesWith : Deletes all lines containing one of the searched for strings. deleteLinesWithout : Deletes all lines NOT containing one of the searched for strings. Your new file content will be automatically copied to your clipboard. Release Notes1.0.0
1.0.1
1.0.2
2.0.1
2.0.2
Known IssuesFor any bugs or requests, please open an Issue in my Git Repo: https://github.com/DariaCappey/VSCodeExtension . Thanks for using! |