You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This issue might be due to Tide, please close it if that's the case.
Using Doom Emacs on a typescript project, sometimes I face this issue:
Basically I start a block, when I press the closing bracket (or parens), my cursor moves one character before the closing bracket.
This usually happens when the bracket is the last character in the line and does not reproduce when there's whitespace characters after it.
And when my block looks like this const my_block = ({ and I press } then ) the behaviour looks like this:
This only happens on Typescript files, while others (tested: Rust and plain text) seem to work as expected.
Turning off Copilot mode also fixes the issue.
Either way, thanks for making this project.
The text was updated successfully, but these errors were encountered:
Note: This issue might be due to Tide, please close it if that's the case.
Using Doom Emacs on a typescript project, sometimes I face this issue:
![Peek 2023-08-09 16-37](https://private-user-images.githubusercontent.com/9289786/259446401-2367871f-0393-4f18-9617-d4a414859c00.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTk2MDIsIm5iZiI6MTczOTQ1OTMwMiwicGF0aCI6Ii85Mjg5Nzg2LzI1OTQ0NjQwMS0yMzY3ODcxZi0wMzkzLTRmMTgtOTYxNy1kNGE0MTQ4NTljMDAuZ2lmP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMTUwODIyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTdjMzAxMjliMDIwNjM0MGI5M2I0NDQ1M2ZlMDkxNDk4NDMxMWZhNDU1NWYyNjZhYmJkYzA4OGVmZWZkMWE0MyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.op_U046-eDaSQC_IlbjsXCHmG4LzzZ7JgquC-2EGIfg)
Basically I start a block, when I press the closing bracket (or parens), my cursor moves one character before the closing bracket.
This usually happens when the bracket is the last character in the line and does not reproduce when there's whitespace characters after it.
And when my block looks like this
![Peek 2023-08-09 16-46](https://private-user-images.githubusercontent.com/9289786/259448778-2b597ceb-6c97-432c-8eb9-8a9e98b2d3d4.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTk2MDIsIm5iZiI6MTczOTQ1OTMwMiwicGF0aCI6Ii85Mjg5Nzg2LzI1OTQ0ODc3OC0yYjU5N2NlYi02Yzk3LTQzMmMtOGViOS04YTllOThiMmQzZDQuZ2lmP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMTUwODIyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MWIxNTlmNzg0YzQ1Yjc4ZWIzMWY5Nzc3MDhjYTAyNDRhNTU2YjU4MzVjODAyOTU1NGEzOWRlZjI5OTQ0M2RkMSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.cLBSO553j_b9TEj6fl9Pf8qSG4ZXzQfpOmvjqlZB6HI)
const my_block = ({
and I press}
then)
the behaviour looks like this:This only happens on Typescript files, while others (tested: Rust and plain text) seem to work as expected.
Turning off Copilot mode also fixes the issue.
Either way, thanks for making this project.
The text was updated successfully, but these errors were encountered: