This ST2/3 plugin lets you easily lookup python based CMSSW code from within your config files.
-
(Text-) Select an import path of a CMSSW module, i.e. the path passed to the
process.loadcall or the module path of a real pythonimport. -
Execute the CMSSW Lookup command, e.g. via the command palette.
-
If a quick panel shows up, select the lookup type: you either may want to open a python file or a directory. By default, your webbrowser will open the desired resource on github.com.
With the default configuration, the example above opens https://github.com/cms-sw/cmssw/blob/CMSSW_5_3_19/RecoJets/JetProducers/python/ak5GenJets_cfi.py.
This plugin comes with a small number of package settings to guarantee proper results on your OS.
branch: the branch to want to lookup, defaults tomasterurl_format: the url format you like to use, defaults tohttps://github.com/cms-sw/cmssw/blob/{branch}/{path}open_cmd: the command your OS uses to open websites
- Source hosted at GitHub
- Report issues, questions, feature requests on GitHub Issues
