Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webstorm에서 꺽쇠, 따옴표 치환 동작이 다름 #14

Closed
haydnhkim opened this issue May 13, 2023 · 2 comments
Closed

Webstorm에서 꺽쇠, 따옴표 치환 동작이 다름 #14

haydnhkim opened this issue May 13, 2023 · 2 comments
Labels
버그 뭔가가 제대로 작동하지 않습니다.

Comments

@haydnhkim
Copy link

  1. 사용하고 계신 속 입력기 버전: v1.0.1
  2. 문제가 발생한 앱 이름: WebStorm
  3. 자세한 문제 재현 방법:
    "abc" 같은 문자 따옴표까지 전체 선택한 상태에서 ', [, { 등을 입력하면 선택되어 있던 문자열이 사라지고 입력한 키만 남아있는 현상이 있습니다.
    기본입력기에서는 선택된 문자열이 사라지지 않고 ' 입력하는 경우 홑따옴표로 치환되고, 다른 꺽쇠를 입력하는 경우 좌우에 추가됩니다.

macOS 기본 입력기 동작:

origin-im.mov

속입력기 동작:

sok-im.mov

vscode에서는 기본입력기와 속입력기가 동일하게 동작을 하는 것을 보면 Intellij 계열의 에디터에선 입력 처리를 하는 뭔가가 래핑된 것이 아닌가 싶기도 하네요..;

@kiding kiding added the 버그 뭔가가 제대로 작동하지 않습니다. label May 15, 2023
kiding added a commit that referenced this issue May 15, 2023
IntelliJ IDE에서 블록 선택 후 ', [, { 입력 시 ', ], } 자동 완성 기능이 작동하지 않는 문제 해결 (#14)
@kiding
Copy link
Owner

kiding commented May 15, 2023

감사합니다. v1.0.2 (17)에서 수정하였으니 확인을 부탁드립니다!

@haydnhkim
Copy link
Author

업데이트 후 잘 동작하는 것을 확인하였습니다. 감사합니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
버그 뭔가가 제대로 작동하지 않습니다.
Projects
None yet
Development

No branches or pull requests

2 participants