What does this margin symbol in the SSMS text editor mean?
While editing text in SSMS I mistakenly pressed a random keyboard combination, which I think began with Ctrl-K, and found this diagonal arrow symbol appeared in the text margin where the breakpoints normally go:
Can anyone tell me what it means?
SQL Server 2016 13.0.15900
ssms
add a comment |
While editing text in SSMS I mistakenly pressed a random keyboard combination, which I think began with Ctrl-K, and found this diagonal arrow symbol appeared in the text margin where the breakpoints normally go:
Can anyone tell me what it means?
SQL Server 2016 13.0.15900
ssms
add a comment |
While editing text in SSMS I mistakenly pressed a random keyboard combination, which I think began with Ctrl-K, and found this diagonal arrow symbol appeared in the text margin where the breakpoints normally go:
Can anyone tell me what it means?
SQL Server 2016 13.0.15900
ssms
While editing text in SSMS I mistakenly pressed a random keyboard combination, which I think began with Ctrl-K, and found this diagonal arrow symbol appeared in the text margin where the breakpoints normally go:
Can anyone tell me what it means?
SQL Server 2016 13.0.15900
ssms
ssms
edited 7 mins ago
Paul White♦
50.8k14277447
50.8k14277447
asked Sep 18 '18 at 10:50
Daniel HumeDaniel Hume
1165
1165
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I found the answer on Stack Overflow, as soon as I remembered that SSMS is a 'special flavour' of the Visual Studio Shell.
In short, it's a Task List item, which is toggled on/off with Ctrl-K
, Ctrl-H
. Items can be displayed with the menu View/Task List.
add a comment |
As per mssqltips documentation by @Arshad Ali SQL Server Management Studio keyboard shortcuts Hit CTRL+K followed by CTRL+K again to toggle the bookmark on the line.
You can press CTRL+K followed by CTRL+N to move to the next bookmarked line from the current cursor location likewise to move back to the last bookmarked line you can hit CTRL+K followed CTRL+P from the current cursor location.
To clear all bookmarks from the current window you can hit CTRL+K followed by CTRL+L.
For further your ref here , here and here
Thanks for your help, but it's not a bookmark, those have a different icon.
– Daniel Hume
Sep 18 '18 at 11:46
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f217897%2fwhat-does-this-margin-symbol-in-the-ssms-text-editor-mean%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I found the answer on Stack Overflow, as soon as I remembered that SSMS is a 'special flavour' of the Visual Studio Shell.
In short, it's a Task List item, which is toggled on/off with Ctrl-K
, Ctrl-H
. Items can be displayed with the menu View/Task List.
add a comment |
I found the answer on Stack Overflow, as soon as I remembered that SSMS is a 'special flavour' of the Visual Studio Shell.
In short, it's a Task List item, which is toggled on/off with Ctrl-K
, Ctrl-H
. Items can be displayed with the menu View/Task List.
add a comment |
I found the answer on Stack Overflow, as soon as I remembered that SSMS is a 'special flavour' of the Visual Studio Shell.
In short, it's a Task List item, which is toggled on/off with Ctrl-K
, Ctrl-H
. Items can be displayed with the menu View/Task List.
I found the answer on Stack Overflow, as soon as I remembered that SSMS is a 'special flavour' of the Visual Studio Shell.
In short, it's a Task List item, which is toggled on/off with Ctrl-K
, Ctrl-H
. Items can be displayed with the menu View/Task List.
answered Sep 18 '18 at 11:43
Daniel HumeDaniel Hume
1165
1165
add a comment |
add a comment |
As per mssqltips documentation by @Arshad Ali SQL Server Management Studio keyboard shortcuts Hit CTRL+K followed by CTRL+K again to toggle the bookmark on the line.
You can press CTRL+K followed by CTRL+N to move to the next bookmarked line from the current cursor location likewise to move back to the last bookmarked line you can hit CTRL+K followed CTRL+P from the current cursor location.
To clear all bookmarks from the current window you can hit CTRL+K followed by CTRL+L.
For further your ref here , here and here
Thanks for your help, but it's not a bookmark, those have a different icon.
– Daniel Hume
Sep 18 '18 at 11:46
add a comment |
As per mssqltips documentation by @Arshad Ali SQL Server Management Studio keyboard shortcuts Hit CTRL+K followed by CTRL+K again to toggle the bookmark on the line.
You can press CTRL+K followed by CTRL+N to move to the next bookmarked line from the current cursor location likewise to move back to the last bookmarked line you can hit CTRL+K followed CTRL+P from the current cursor location.
To clear all bookmarks from the current window you can hit CTRL+K followed by CTRL+L.
For further your ref here , here and here
Thanks for your help, but it's not a bookmark, those have a different icon.
– Daniel Hume
Sep 18 '18 at 11:46
add a comment |
As per mssqltips documentation by @Arshad Ali SQL Server Management Studio keyboard shortcuts Hit CTRL+K followed by CTRL+K again to toggle the bookmark on the line.
You can press CTRL+K followed by CTRL+N to move to the next bookmarked line from the current cursor location likewise to move back to the last bookmarked line you can hit CTRL+K followed CTRL+P from the current cursor location.
To clear all bookmarks from the current window you can hit CTRL+K followed by CTRL+L.
For further your ref here , here and here
As per mssqltips documentation by @Arshad Ali SQL Server Management Studio keyboard shortcuts Hit CTRL+K followed by CTRL+K again to toggle the bookmark on the line.
You can press CTRL+K followed by CTRL+N to move to the next bookmarked line from the current cursor location likewise to move back to the last bookmarked line you can hit CTRL+K followed CTRL+P from the current cursor location.
To clear all bookmarks from the current window you can hit CTRL+K followed by CTRL+L.
For further your ref here , here and here
answered Sep 18 '18 at 11:45
Md Haidar Ali KhanMd Haidar Ali Khan
3,63462342
3,63462342
Thanks for your help, but it's not a bookmark, those have a different icon.
– Daniel Hume
Sep 18 '18 at 11:46
add a comment |
Thanks for your help, but it's not a bookmark, those have a different icon.
– Daniel Hume
Sep 18 '18 at 11:46
Thanks for your help, but it's not a bookmark, those have a different icon.
– Daniel Hume
Sep 18 '18 at 11:46
Thanks for your help, but it's not a bookmark, those have a different icon.
– Daniel Hume
Sep 18 '18 at 11:46
add a comment |
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f217897%2fwhat-does-this-margin-symbol-in-the-ssms-text-editor-mean%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown