Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nim-lang
/
Nim
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
18.2k
Code
Issues
2.1k
Pull requests
107
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Inlay hints support
- #22896
#22896
Merged
Araq
merged 15 commits into
nim-lang:devel
nim-lang/Nim:devel
from
nickysn:inlay_hints_support
nickysn/Nim:inlay_hints_support
Copy head branch name to clipboard
Nov 4, 2023
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Inlay hints support
#22896
Araq
merged 15 commits into
nim-lang:devel
nim-lang/Nim:devel
from
nickysn:inlay_hints_support
nickysn/Nim:inlay_hints_support
Copy head branch name to clipboard
Commits
Commits on Oct 26, 2023
initial (and still, very rough) attempt at adding inlay hints to nimsuggest
nickysn
committed
824eb48
View commit details
Copy full SHA for 824eb48
Browse repository at this point
Store inside the SymInfoPair the value of the isDecl parameter, passed to the
Show description for ad6200b
nickysn
committed
ad6200b
View commit details
Copy full SHA for ad6200b
Browse repository at this point
Added nimsuggest-specific flag whether a declaration has a type specified
Show description for 508f3b2
nickysn
committed
508f3b2
View commit details
Copy full SHA for 508f3b2
Browse repository at this point
Commits on Oct 31, 2023
Changed the response to the new 'inlayHints' nimsuggest command to be a
Show description for a2c84d9
nickysn
committed
a2c84d9
View commit details
Copy full SHA for a2c84d9
Browse repository at this point
Added allowInsert flag to SuggestInlayHint
nickysn
committed
067ffee
View commit details
Copy full SHA for 067ffee
Browse repository at this point
Added tooltip field to SuggestInlayHint (not used for now, but allows future
Show description for c2403f0
nickysn
committed
c2403f0
View commit details
Copy full SHA for c2403f0
Browse repository at this point
Commits on Nov 1, 2023
Moved the fields of SuggestDef back into the Suggest base object, in order to
Show description for 39a3ee2
nickysn
committed
39a3ee2
View commit details
Copy full SHA for 39a3ee2
Browse repository at this point
Embed, instead of using inheritance for storing the inlay hints in the Suggest object
nickysn
committed
f4dabb1
View commit details
Copy full SHA for f4dabb1
Browse repository at this point
Proper implementation of the inRange function (also checks the column when the position is in the first or last line)
nickysn
committed
994a8d4
View commit details
Copy full SHA for 994a8d4
Browse repository at this point
Disallow 'double click to insert' for inlay hints for 'for' variables, because
Show description for 191a1ce
nickysn
committed
191a1ce
View commit details
Copy full SHA for 191a1ce
Browse repository at this point
Commits on Nov 3, 2023
Fixed inlay hints location for variables, declared inside a template (they have
Show description for cdbc3c9
nickysn
committed
cdbc3c9
View commit details
Copy full SHA for cdbc3c9
Browse repository at this point
Fixed potential range check error, introduced by the previous commit
nickysn
committed
63d7e11
View commit details
Copy full SHA for 63d7e11
Browse repository at this point
Update compiler/suggest.nim
Araq
authored
71b9b74
View commit details
Copy full SHA for 71b9b74
Browse repository at this point
Update nimsuggest/nimsuggest.nim
Araq
authored
8f9eb9a
View commit details
Copy full SHA for 8f9eb9a
Browse repository at this point
Commits on Nov 4, 2023
Update compiler/suggest.nim
Show description for 38a732a
nickysn
and
Araq
authored
38a732a
View commit details
Copy full SHA for 38a732a
Browse repository at this point
You can’t perform that action at this time.