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
When I run the command js-doc-insert-function-doc or js-doc-insert-function-doc-snippet these snippets are always inserted at the beginning of the file.
I am experiencing the same issue in vanilla emacs. Each of my files contains one exported class and no matter where I run the command to insert the doc comment, it is added to the beginning of the file.
Running
spacemacs
&25.2.2
.When I run the command
js-doc-insert-function-doc
orjs-doc-insert-function-doc-snippet
these snippets are always inserted at the beginning of the file.The following code should reproduce this issue:
When entering either function and running the above commands, the doc snippet will always be added at the top of the file.
The text was updated successfully, but these errors were encountered: