languageservice Questions
1
Solved
I'm using Visual Studio Code with JavaScript Language Service configured as:
{
"compilerOptions": {
"checkJs": true
}
}
And I can't find a way to cast something, like here:
The example ab...
Petunia asked 29/6, 2017 at 6:30
7
I want to write a new templating language, and I want Visual Studio to "support" it. What I need to know is:
How do I parse my new language?
Given some code in my new template language, how do I ...
Robot asked 26/11, 2010 at 6:46
3
Solved
I've created a Visual Studio extension that provides intellisense for my domain specific language by inheriting from Microsoft.VisualStudio.Language.Intellisense.ICompletionSource.
This works ok, ...
Monied asked 2/2, 2017 at 10:14
2
I'm making a command line nodejs tool that automates renaming symbols in Typescript files, using the Typescript language services.
You tell the tool: rename all symbols of this type to this symbol...
Cordle asked 29/7, 2014 at 11:25
4
Solved
At the end of the first paragraph in this link it states:
The Visual Studio text outlining feature is implemented by using a projection buffer to hide the collapsed text, and the Visual Studio e...
Marshamarshal asked 14/4, 2014 at 12:18
1
Solved
How to get the type of a property of an object with Typescript 1.4.0.
I'm searching for something similar to C# it has the possibility to look up the properties of an object.
var properties = typ...
Arsenal asked 24/2, 2015 at 9:47
2
Solved
I am trying to extend Visual Studio 2010 RC to be able to use a custom programming language.
The first two things I've tried to do is a syntax highlight/Intellisense feature (easily done, thanks t...
Arcadia asked 8/4, 2010 at 23:49
1
Solved
I'm working on a project where we've split up C# code into functions and stored these functions within IElisonBuffers. I've got Intellisense hooked up, and the buffers interact with other extension...
Unquestioning asked 28/2, 2014 at 2:42
1
Solved
I'm working on a custom Visual Studio language service, and have several questions regarding the way file extensions are bound to a particular language service.
Source files for the language "Exam...
Decanter asked 7/3, 2013 at 5:27
2
Solved
I've written a new Visual Studio language service for my software studio's internal scripting language following the directions from a very useful article Writing Your First Visual Studio Language ...
Superior asked 11/11, 2010 at 23:47
1
© 2022 - 2024 — McMap. All rights reserved.