ui: Show list in tooltip when clicking source location with multiple tokens or local symbols
* Also shows list of all implicit symbols at a source location e.g. default constructors or template specializations
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#tooltip {
|
||||
background-color: <color:code/file/background>;
|
||||
border: 1px solid <color:code/file/background>;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#tooltip_title {
|
||||
@@ -21,6 +22,7 @@
|
||||
|
||||
#tooltip_widget {
|
||||
background-color: <color:code/snippet/background>;
|
||||
border-bottom: 1px solid <color:code/file/background>;
|
||||
padding: 3px;
|
||||
color: <color:code/snippet/syntax/normal>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user