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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -