question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

issue with "selection: Add next ocurrence of selected word"

See original GitHub issue

Hi @Alexey-T

I have this text:

    WHEN MATCHED THEN UPDATE SET
      ,S.City `City
      ,S.Country = S.Country
      ,S.ExtraLine = S.ExtraLine
      ,S.[Function] = S.[Function]
      ,S.Postalcode = S.Postalcode
      ,S.[State] = S.[State]

And I want to select all occurrences of = S. using the option: “selection: Add next ocurrence of selected word” starting from top line, when the function reach the [ (Fourth match) it seems that cannot continue looking for more occurrences:

cudatext_2020-09-03_12-14-46

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Alexey-Tcommented, Sep 3, 2020
1reaction
Alexey-Tcommented, Sep 3, 2020

seems, fixed now. Beta- later.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Select Next Occurrence - Visual Studio Marketplace
Select Next Occurrence. This extension makes it possible to select multiple occurrences of a selected text for simultaneous editing with ...
Read more >
Add Selection To Next Find Match selects whole word in insert ...
Select a part of a word in insert mode and press cmd + d (ctrl + d). The occurrences of whole word got...
Read more >
How to select items that are not next to each other
Select the next item that you want. Important Be sure to press and hold CTRL while you select the next item that you...
Read more >
IntelliJ IDEA - Multiple cursors and selection ranges - JetBrains
Do one of the following: Successively press Alt+J to find and select the next occurrence of case-sensitively matching word or text range.
Read more >
VS Code: keybinding to move cursor to next occurrence of ...
Ctrl+D selects the word at the cursor, or the next occurrence of the current selection. Press Ctrl+D again for Multiple selections or you ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found