Ryuichi Inagaki
Ryuichi Inagaki
Hi @fiddleyuan , thanks for raising this. I installed Vim extension and could reproduce the behaviour. Though I haven't been developing Text Marker specifically Vim extension in mind, this `goToNextHighlight`...
What is the operation Text Marker issues causing Vim extension to go visual mode?? 🤔
Thanks @bobatsar for the request. It would be handy, for example, if you're interested in particular 3 user IDs in the log and you want to jump to any of...
Hi @Otiel , thanks for the suggestion. I'm curious to know why you want this option: i.e. when do you want to highlight patterns only in the current file?
I see... but this could be a bit tricky. We need to make whether highlight rules are applied to the current tabs super noticeable; otherwise users may get confused if...
@colelawrence That’s an interesting idea 💡 We can introduce a config that allows you to limit the scope of highlight, like `textmarker.limitHighlightToSameFiletype`
Hi @Nezakka , thanks for the suggestion. I don't quite get the request. Are you trying to use Text Marker in [VS Code's jupyter notebook support](https://code.visualstudio.com/docs/datascience/jupyter-notebooks)? But there text marker...
Cool, thanks Pete for confirming it. I got it 👌
You can save highlights to your user settings or project settings. Is this what you're after? > * Save All Highlights (**Command ID**: `textmarker.saveAllHighlights`) > > Save all highlights that...
Hi @kenijo , I’m not sure what you’re after. Isn’t that behaviour natively given by Code??