This repository was archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
can't use puppet ctags #244
Copy link
Copy link
Open
Description
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: http://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
symbols-view does not work well with Puppet code
Steps to Reproduce
- create a puppet module with sub-modules
- reference sub-module someplace:
include my_module::submodule - move cursor to be within my_module
- try to jump to definition of the symbol
Expected behavior: [What you expect to happen]
one would expect to get reference to my_module::submodule
Actual behavior: [What actually happens]
atom suggests "my_module" as a reference (and not the my_module::submodule)
Reproduces how often: [What percentage of the time does it reproduce?]
always
Versions
You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.
Atom : 1.34.0
Electron: 2.0.16
Chrome : 61.0.3163.100
Node : 8.9.3
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
Metadata
Metadata
Assignees
Labels
No labels