used macro doesn't get suggestion #4311
Replies: 2 comments 3 replies
-
You need to define it with macros like If the macros are provided by your document class, there is another config to point to a new command definition file. |
Beta Was this translation helpful? Give feedback.
-
I remember that the extension used to parse latex files for macros appearing in the body of the document. This part is still present in LaTeX-Workshop/src/completion/completer/macro.ts Lines 309 to 315 in 707b058 I think this is what @DailyShana refers to. Is it an intentional removal or should we work on implementing it back? |
Beta Was this translation helpful? Give feedback.
-
as shown in the above screen shot, there is a
\aaabbb
, and then type\aaa
the\aaabbb
is not shown in the suggestion list.before version 9.12.0, the
![image](https://private-user-images.githubusercontent.com/8469304/345381943-e6c1ad9c-c53e-45bf-a59b-7619af649cb9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTA1NjksIm5iZiI6MTczOTQ1MDI2OSwicGF0aCI6Ii84NDY5MzA0LzM0NTM4MTk0My1lNmMxYWQ5Yy1jNTNlLTQ1YmYtYTU5Yi03NjE5YWY2NDljYjkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMTIzNzQ5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGNmMWJhM2JjMjA1OTQ2YmFhYWM2YzI3OGRlYmZhZDEyMTExZDY1MzYzYjdkYmRmYTBkYTFmODg3ZGY5YjgzYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.eitKld6jEh9iuEnPi0OcPcdIINPDJYoexR2-GJhSXhE)
\aaabbb
will shown as expected:Beta Was this translation helpful? Give feedback.
All reactions