Webstorm Markdown editor tools all disabled? - editor

I'm using WebStorm 2016.2.2 Build #WS-162.1628.41. When I open a .md file I see a bunch of tools but they are all disabled.
How can I enable them?

Apparently Webstorm comes with at some point I had installed a trial version of a plugin called Markdown Navigator from vladsch.com.
I uninstalled it and now I get a couple basic buttons and a side-by-side preview.

if you wanted to use the Markdown Navigator from vladsch.com, you need to activatie it by either a:
trial license
or buy a license
and then add the license to the plugin via the settings to activate all of its functions...

Related

"Remove unused references" missing in Visual Studio 2019

I'm wondering why my Visual Studio missing "Remove unused references" on right click menu project and references both.
Please Don't tell me try Migrate packages.config to PackageReference, I just did it, but nothing change.
First of all you need to have an SDK style csproj like it is said here.
Example:
<Project Sdk="Microsoft.NET.Sdk"/>
Second, you must have it enabled like #Stan1k mentioned in his answer:
Microsoft says that the feature is off by default. You need to enable it from Tools > Options > Text Editor > C# > Advanced tab > Show "Remove Unused References" command in Solution Explorer (experimental).
And finally make sure you you run dotnet restore in the project console and build the projects (this was the issue for my why it was not showing).
Do you have an older Visual Studio Version? This Feature got released with Version 16.10.
Also notice this statement from the article
Microsoft says that the feature is off by default. You need to enable it from Tools > Options > Text Editor > C# > Advanced tab.
The option appears in Options>C#>Advanced and is on. When you right click on project the option does not appear making me think all references are being used. Perhaps depends on the project.
This utility was available for VB projects up until around VS2015 I think, maybe VS2013, then it got removed or limited for some reason. I've never seen it available in C# projects. And now it's not even available for VB unless your have an SDK project type. It's a bit ridiculous because often downgrading a NuGet package (eg RestSharp) will leave a load of "reference rubble" which you have to (carefully) clean up.
As an aside, whenever I install a new version of VS, it seems that much of their effort goes into UI look and feel rather than actual functionality improvements. Quite frustrating.

How can I add DevTools extensions to the Atom editor?

I would like to be able to use devtools extensions like React Developer Tools to Atom in dev mode. How can I do that?
The official Electron documentation mentions a way to load devtools extensions in an Electron window, but I haven't been able to apply it to Atom.
I've tried variations of the following code in the init.coffee script of my .atom folder, but they all fail with some variant of "This method you're trying to access doesn't exist".
# Your init script
#
BrowserWindow = require('electron').remote.BrowserWindow
BrowserWindow.addDevToolsExtension("~/.config/chromium/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/3.2.1_0/")
Which leads me to think I'm missing something. Is there a way to load devtools extensions from init.coffee, or should I try so other method? Either way, which is the simplest way to proceed?
Secondary question: I've also found this npm package that provides a simplified way to load devtools extensions in Electron. Is it possible at all to use it in Atom? I don't think you can add node modules to init.coffee.
You can run your two commands/statements on the Atom console.
Open it from the menu: View > Developer > Toggle Developer Tools.

notepad++ nppgtag plugin shortcut

I have installed npp plugins from sourceforge nppgtags on latest notepad++ version but i am not able to effectively use that. I am facing these problem
Is there any shortcut for nppgtags plugin of notepad to search references, create DB, search definition and other command?
On the sourceforge page the image of the plugin have 3 windows
nppgtags
doc-switcher
tag-view
but i am only getting nppgtags window. am i missing something here or i need to install some other plugin for effectively using it.
adding image url: image of the plugin on notepad++
Got answer from developer on sourcefourge. link
I want to know if this plugin has any keyboard shortcut in it.
I haven't predefined any shortcuts on purpose because when you have a lot of plugins those might have conflicting shortcut keys. So I've left the shortcut definitions to the user and to his preference.
To set a shortcut in Notepad++ go to the Settings menu, Shortcut Mapper... . Chose Plugin Commands, find NppGTags commands in the list and define whatever shortcuts you need. Those will be saved in your Notepad++ config folder, shortcuts.xml file.
what are the other plugin you are using in that.
The one on the left is actually Notepad++ internal function - Doc Switcher. Go to Notepad++ Settings menu, Preferences... , select General. Find there Document List Panel and mark Show + optionally Disable extension column as it is in my case.
The one on the right is TagsView plugin. It is available through PluginManager and can be also found in SourceForge if you search for it.
The names of the plugins can actually be seen from their windows titles. Just look at the screenshots, above each plugin's sub-window. There is written its name.

GSP files do not open in intellij editor community edition

I copied my grails app to another computer and now .gsp files do not open in the editor. They also show a G icon with an arrow next to them. Dragging and dropping or double clicking do nothing. Updating intellij didn't help either
As Dónal mentioned, Grails is not one of the frameworks supported by IntelliJ IDEA Community Edition (you need the Ultimate Edition). You can view the feature comparison here.
Hi I am probably answering now when u no longer need the answer but I bumped into the same issue yesterday and only solved it now. There are chances that you associated the .gsp file type with a program which cannot be opened by intellij in your case GOSU. To fix it go to: File>Settings>Editor>File Types
In the file types go to Gosu Program Source and *.gsp should be in the registered patterns. Remove it and apply changes then you are good to go.
Re-installing community version fixed and gsp files now open in the editor

Is QNX® Momentics IDE for BlackBerry® 10 Native SDK Version: 10.0.4 providing Drag and drop functionality in Blackberry 10 native SDK development?

I have a good experience with BlackBerry Java Development Environment. I need to know about QNX based IDE for development of Blackberry 10. I successfully installed and ran a small example.
But here I am not finding any drag and drop IDE. I expected that it contain that type of editor, but unfortunately I am not able to find this feature. I am using following IDE:
QNX® Momentics IDE for BlackBerry® 10 Native SDK
Version: 10.0.4
Also the IDE is not showing all hints. How to get Hints?
Is it required manually include header files?
Please help me where can I find this feature in this IDE?
Just to let you know, drag and drop is now available in Momentics (version 10.0.9). You can drag UI components into your code window and it will auto populate the code for you.
Hi i got following answer from Blackberry adviser
http://supportforums.blackberry.com/t5/Cascades-Development/Visual-Drag-and-Drop-Editor-for-Cascades/m-p/1759935#M300
This is currently not available. Please consult the BB NDK documentation for information and updates:
https://developer.blackberry.com/native/
https://developer.blackberry.com/cascades/
Thanks!
If there is error on your qml file that will show it on right square corner so you can come to know that something is wrong on qml. for adding header file and all it not gives any hint like eclips android and eclipse bb is give to users. You have to manually find which header file is missing and add that.

Resources