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

Feature Request: Make it tabout in " $" for Latex #27

Open
Smawllie opened this issue Nov 3, 2020 · 5 comments
Open

Feature Request: Make it tabout in " $" for Latex #27

Smawllie opened this issue Nov 3, 2020 · 5 comments

Comments

@Smawllie
Copy link

Smawllie commented Nov 3, 2020

Is it possible to add the feature of tabbing out of dollar signs, $$, for things like Latex?
E.g. $2+2=4$

@Smawllie
Copy link
Author

Smawllie commented Nov 3, 2020

oh okay realized i could change it manually on my side

@DanteSung
Copy link

could you please post how to set it manually? Thanks in advance!

@DanteSung
Copy link

To those who find this page from Google:
You could locate the js file in
~/.vscode/extensions/albert.tabout-0.2.0/out/src (Linux or Mac);
%USERPROFILE%\.vscode\extensions\albert.tabout-0.2.0\out\src (WINDOWS)
Edit charactersToTabOutFrom.js to whatever you want.

@rayhagimoto
Copy link

To those who find this page from Google:
You could locate the js file in
~/.vscode/extensions/albert.tabout-0.2.0/out/src (Linux or Mac);
%USERPROFILE%\.vscode\extensions\albert.tabout-0.2.0\out\src (WINDOWS)
Edit charactersToTabOutFrom.js to whatever you want.

Thanks a lot for this! Was very useful.

@gjirokastrelbasanit34
Copy link

Hello!
How should I edit this charactersToTabOutFrom.js file to be able to tab out of environment consisting of multiple characters?

E. g. I need to be able to tab out of (La)TeX display mode $$...$$ and \[...\] environments, since only these are suppported in some special cases. I have just tried to add these lines: charArray.push(new CharacterSet_1.CharacterSet('\\[', '\\]')); and to tweak the order of the .push methods, but this doesn' have any effect.

I have so far just remedied my self by setting the extension to tab out of \....\ and [...] and this works by double tabbing, but this of course impedes blindtypesetting and it would be cool to be able to get out of these environment with single tabbing.

Thanks in advance for any response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants