Environment data
Version: 1.27.1 (user setup)
Commit: 5944e81f3c46a3938a82c701f96d7a59b074cfdc
Date: 2018-09-06T09:21:18.328Z
Electron: 2.0.7
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
Architecture: x64
Actual behavior
Assuming my current project structure:
-Functional_Test_Framework
--TestSuites
---SmoketestSuite.py
--Library
---HtmlTestRunner.py
And contents of:
SmoketestSuite.py
from HTMLTestRunner import HTMLTestRunner
Library/HtmlTestRunner.py
class HTMLTestRunner(Template_mixin):
"""
"""
In SmoketestSuite.py, when I select go to definition for the HTMLTestRunner method in SmoketestSuite.py(Figure 1), it automatically places the cursor right before the import definition (Figure 2).
Figure 1

Figure 2

Expected behavior
It should instead take me to the HtmlTestRunner() definition in the Library/HtmlTestRunner.py file.
##Steps to reproduce:
Open the source project in VSCode
Go to any .py file, right click on print_greeting() defined in main and select Go To Definition
##Logs
Output from Python output panel
N/A
Environment data
Version: 1.27.1 (user setup)
Commit: 5944e81f3c46a3938a82c701f96d7a59b074cfdc
Date: 2018-09-06T09:21:18.328Z
Electron: 2.0.7
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
Architecture: x64
Actual behavior
Assuming my current project structure:
-Functional_Test_Framework
--TestSuites
---SmoketestSuite.py
--Library
---HtmlTestRunner.py
And contents of:
SmoketestSuite.py
from HTMLTestRunner import HTMLTestRunner
Library/HtmlTestRunner.py
class HTMLTestRunner(Template_mixin):
"""
"""
In SmoketestSuite.py, when I select go to definition for the HTMLTestRunner method in SmoketestSuite.py(Figure 1), it automatically places the cursor right before the import definition (Figure 2).
Figure 1

Figure 2

Expected behavior
It should instead take me to the HtmlTestRunner() definition in the Library/HtmlTestRunner.py file.
##Steps to reproduce:
Open the source project in VSCode
Go to any .py file, right click on print_greeting() defined in main and select Go To Definition
##Logs
Output from Python output panel
N/A