rust_phantom_style addition
See original GitHub issueSublime Text Version
Sublime Text 3 (Build 3126)
Rust Enhanced Version
2.4.0
Operating system
Windows 7 Ultimate
The Issue
When I set "rust_phantom_style": "none"
in settings it does not show the messages inline as it is supposed to (works with no problem), but that leaves no option to actually see the error/warning messages.
Recommended Solution
It would be great to have a third option (as oppesed to “normal” and “none”) that lets us see the errors/warnings when hovered over the outlined part of the code with the mouse (like a tooltip). I think this is the way big IDEs work (at least Eclipse and Visual Studio).
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Phantom Types in Rust - Reddit
A place for all things related to the Rust programming language—an ... A preprocessor for updating styles when your component state changes.
Read more >Phantom type parameters - Rust By Example
A phantom type parameter is one that doesn't show up at runtime, but is checked statically (and only) at compile time. Data types...
Read more >Phantom Types in Rust - Bluish Coder
Phantom Types are used in a number of places so I thought I'd try some phantom type examples to help learn more about...
Read more >289-1938 Phantom Corsair by Rust Heinz-limited Edition Run of
289-1938 Phantom Corsair, by Rust Heinz-Limited Edition Run of 50 (8x10, 16x20) ... Hooray! This item ships free to the US.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Seems like a good idea. I opened PR #230 with an implementation. Can you check it out and give it a try and let me know what you think?
Ah, was putting it in the wrong settings file. Thanks!