If i use the “Goto Definition” function in an R language file (file extension *.R), it does not find the function definition as in other languages. If however there is a *.Rd file in the current project, it will use the definition from this one instead. *.Rd files are automatically created from the comments via the documentation tool roxygen2 when building R libraries. Sublime understands them to have a different syntax (they are recognized as R Documentation files) so why does sublime look at files from another syntax definition for the function defintion?
This behavior does not seem to change independent of the two R assignment operators (= and <-)