Custom Intellisense based on JSON script in visual studioShould I add the Visual Studio .suo and .user files to source control?Hidden Features of Visual Studio (2005-2010)?How do I add an existing directory tree to a project in Visual Studio?Using Git with Visual Studio.gitignore for Visual Studio Projects and SolutionsDifference between Build Solution, Rebuild Solution, and Clean Solution in Visual Studio?Can you force Visual Studio to always run as an Administrator in Windows 8?Visual Studio debugging/loading very slowHow to add completion proposals to Visual Studio intellisense programmatically?Custom Editor with Intellisense [Visual Studio]
What does "rel" in `mathrel` and `stackrel` stands for?
Handling Disruptive Student on the Autism Spectrum
How were medieval castles built in swamps or marshes without draining them?
Who was the most successful German spy against Great Britain in WWII, from the contemporary German perspective?
Redacting URLs as an email-phishing preventative?
Why is there a difference between predicting on Validation set and Test set?
Can RMSE and MAE have the same value?
Breaker Mapping Questions
Are the players on the same team as the DM?
Can you cast bonus action and reaction spells while already casting a spell?
Do Bayesian credible intervals treat the estimated parameter as a random variable?
Why do proofs of Bernoulli's equation assume that forces on opposite ends point in different directions?
How do I make my image comply with the requirements of this photography competition?
How to obtain a polynomial with these conditions?
about to retire but not retired yet, employed but not working any more
Ghidra: Prepend memory segment in assembly listing view
Prison offence - trespassing underwood fence
When one problem is added to the previous one
Macro inserted via everypar in obeylines context doesn't see some commands
Why are non-collision-resistant hash functions considered insecure for signing self-generated information
Semantic difference between regular and irregular 'backen'
When calculating a force, why do I get different result when I try to calculate via torque vs via sum of forces at an axis?
How can I download a file through 2 SSH connections?
How is linear momentum conserved in case of a freely falling body?
Custom Intellisense based on JSON script in visual studio
Should I add the Visual Studio .suo and .user files to source control?Hidden Features of Visual Studio (2005-2010)?How do I add an existing directory tree to a project in Visual Studio?Using Git with Visual Studio.gitignore for Visual Studio Projects and SolutionsDifference between Build Solution, Rebuild Solution, and Clean Solution in Visual Studio?Can you force Visual Studio to always run as an Administrator in Windows 8?Visual Studio debugging/loading very slowHow to add completion proposals to Visual Studio intellisense programmatically?Custom Editor with Intellisense [Visual Studio]
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Good day fellow devs,
I am looking to create an extension or add on in Visual studio. One feature that I would like to create is custom intellisense based on a json script.
Does anyone know if it is possible to alter intellisense to inject your own data that comes up as you type.
If i type A, i want b to pop up but only if it is in the json file that is generated by my new extension.
Thoughts?
c# visual-studio intellisense visual-studio-extensions
add a comment |
Good day fellow devs,
I am looking to create an extension or add on in Visual studio. One feature that I would like to create is custom intellisense based on a json script.
Does anyone know if it is possible to alter intellisense to inject your own data that comes up as you type.
If i type A, i want b to pop up but only if it is in the json file that is generated by my new extension.
Thoughts?
c# visual-studio intellisense visual-studio-extensions
add a comment |
Good day fellow devs,
I am looking to create an extension or add on in Visual studio. One feature that I would like to create is custom intellisense based on a json script.
Does anyone know if it is possible to alter intellisense to inject your own data that comes up as you type.
If i type A, i want b to pop up but only if it is in the json file that is generated by my new extension.
Thoughts?
c# visual-studio intellisense visual-studio-extensions
Good day fellow devs,
I am looking to create an extension or add on in Visual studio. One feature that I would like to create is custom intellisense based on a json script.
Does anyone know if it is possible to alter intellisense to inject your own data that comes up as you type.
If i type A, i want b to pop up but only if it is in the json file that is generated by my new extension.
Thoughts?
c# visual-studio intellisense visual-studio-extensions
c# visual-studio intellisense visual-studio-extensions
edited Apr 2 at 5:51
Sara Liu - MSFT
3,7381 gold badge11 silver badges17 bronze badges
3,7381 gold badge11 silver badges17 bronze badges
asked Mar 27 at 19:16
Andrew MillsAndrew Mills
176 bronze badges
176 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fstackoverflow.com%2fquestions%2f55384924%2fcustom-intellisense-based-on-json-script-in-visual-studio%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55384924%2fcustom-intellisense-based-on-json-script-in-visual-studio%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