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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I'm not sure where I picked it up from, but I have a git repository template with a post-commit hook that automatically generates a tags file when I commit to, or update the repository. You can find the hooks in my dot-files, here.
Would it be possible for symbols-view to pick up this tags file? Couple of things to note:
the tags file is at ${PROJECT}/.git/tags; and
the file references in the tags file are relative to ${PROJECT}/.git (if that makes sense?) So ApplicationController's entry in the tags file is:
ApplicationController ../app/controllers/application_controller.rb /^class ApplicationController < ActionController::Base$/;" c
I discovered the latter when I lazily tried symlinking the existing tags file into my project root and it still wouldn't find the symbols. 😄
The text was updated successfully, but these errors were encountered:
I'm not sure where I picked it up from, but I have a git repository template with a post-commit hook that automatically generates a tags file when I commit to, or update the repository. You can find the hooks in my dot-files, here.
Would it be possible for symbols-view to pick up this tags file? Couple of things to note:
the tags file is at
${PROJECT}/.git/tags
; andthe file references in the tags file are relative to
${PROJECT}/.git
(if that makes sense?) SoApplicationController
's entry in the tags file is:I discovered the latter when I lazily tried symlinking the existing tags file into my project root and it still wouldn't find the symbols. 😄
The text was updated successfully, but these errors were encountered: