-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hovering on a macro should show more details like description and arguments #1178
Comments
🚀 Here's the PR! #1179💎 Sweep Pro: You have unlimited Sweep issues
Actions
Step 1: 🔎 SearchingHere are the code search results. I'm now analyzing these search results to write the PR. Relevant files (click to expand). Mentioned files will always appear here.vscode-dbt-power-user/src/manifest/parsers/macroParser.ts Lines 1 to 90 in a7fe246
vscode-dbt-power-user/src/hover_provider/index.ts Lines 1 to 36 in a7fe246
vscode-dbt-power-user/src/manifest/parsers/index.ts Lines 1 to 238 in a7fe246
vscode-dbt-power-user/src/hover_provider/utils.ts Lines 1 to 39 in a7fe246
vscode-dbt-power-user/src/hover_provider/modelHoverProvider.ts Lines 1 to 136 in a7fe246
Step 2: ⌨️ Coding
|
Describe the feature
When referencing a macro in dbt model, it will be good to show a hover popup (using vscode extension hover provider. example: src\hover_provider\modelHoverProvider.ts) This hover popup should show description of macro and the arguments. The description and arguments need to be populated in macroMetaMap in src\manifest\parsers\macroParser.ts.
Describe alternatives you've considered
Manually check macro file
Who will benefit?
All users
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: