javascript - ctag direct me to the generated file when using es6 babel -
i using universal-ctags , cannot make point original code instead pointing generated code.
i generated tags using following command
ctags -r . --exclude=.webpack --exclude=node_modules
which .webpack generated code located.
when try go definition, go generated code not original code.
i new vim , ctags , did search lot on google couldn't find answer.
Comments
Post a Comment