smart-scan icon indicating copy to clipboard operation
smart-scan copied to clipboard

Quickly move between identical symbols at point

Results 14 smart-scan issues
Sort by recently updated
recently updated
newest added

Sample source code (R-language): ```r sample_func

Hi there! I've tried out smart-scan in a PHP mode buffer, changing a symbol inside a function with C-U M-', where symbol under point was $msg, and changed it to...

Currently, global-smartscan-mode works in all buffers save the minibuffer. I find that smartscan is not helpful in shell or eshell-modes. I'm sure there are other modes where it would be...

allows scanning in strings for certain major modes, e.g. sh-mode

I've been searching for a package to search word at point for a long time, and your package help me with exactly the same function I need! Thanks a lot!...

It'd be nice to have the option to move to the _start_ of the next matching symbol, rather than the end.

Hello, Judging from [these lines in the package](https://github.com/mickeynp/smart-scan/blob/master/smartscan.el#L133-134), smart-scan should jump over occurrences of the symbol/word in strings or comments. It works for strings, but not for comments. Steps to...

Consider the following "input" with line numbers. ``` 1 xxxxxx 2 xxXXxx 3 xxxxxx_bar 4 xxxxxx-bar 5 axxxxxxb ``` I observe the following. (a) `smartscan-symbol-go-forward` and `smartscan-symbol-go-backward` cut these lines...

Feature request for a command that is a combination of cua-repeat-replace-region (M-v) from CUA mode and smartscan-symbol-go-forward (M-n) from smart-scan. When one uses cua-repeat-replace-region to replace hello with hi, it...